Skip to content

Commit

Permalink
Merge pull request #62 from B612-Asteroid-Institute/concatenate-empty…
Browse files Browse the repository at this point in the history
…-attributes

Only check non-empty tables's attributes for equality when concatenat…
  • Loading branch information
akoumjian authored May 20, 2024
2 parents bc8a1b6 + c488882 commit 6ade252
Show file tree
Hide file tree
Showing 8 changed files with 128 additions and 163 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fix = [
"ruff ./quivr ./test --fix"
]
lint = [
"ruff ./quivr ./test",
"ruff check ./quivr ./test",
"black --check ./quivr ./test",
"isort --check-only ./quivr ./test"
]
Expand Down
Loading

0 comments on commit 6ade252

Please sign in to comment.