Skip to content

Commit

Permalink
ci: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bolinocroustibat committed Jan 20, 2025
1 parent f1d8f51 commit 6462b78
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ dev = [
"ruff>=0.6.5",
]

[tool.poetry]
packages = [
{ include = "api_tabular" }
]

[tool.ruff]
lint = { extend-select = ["I"], ignore = ["F401"] } # ["I"] is to also sort imports with an isort rule # TODO: remove ignore F401 later
line-length = 100
Expand Down

0 comments on commit 6462b78

Please sign in to comment.