Skip to content

Commit

Permalink
Rebased on ruff for import sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Apr 15, 2024
1 parent 858a83e commit 9612dd6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ sql = ["sqlalchemy>=1.4"]
dev = [
"moto",
"ruff",
"isort",
"httpx",
"hatch",
"yattag",
Expand Down Expand Up @@ -94,11 +93,10 @@ build = [
"mkdocs build",
]
format = [
"isort dplib",
"ruff check --fix",
"ruff format dplib",
]
lint = [
"isort dplib --check",
"ruff check dplib",
]
release = [
Expand Down Expand Up @@ -147,7 +145,7 @@ line-length = 90

[tool.ruff.lint]
ignore = ["E501", "E731", "F405"]
# extend-select = ["I"]
extend-select = ["I"]

[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["F401", "F403"]
Expand Down

0 comments on commit 9612dd6

Please sign in to comment.