Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Address lint ordering, toml
  • Loading branch information
crwilcox authored Feb 16, 2024
1 parent b2c161b commit 6cf4f7b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@ tox-to-nox = "nox.tox_to_nox:main"
[tool.hatch]
metadata.allow-ambiguous-features = true # disable normalization (tox-to-nox) for back-compat

[tool.ruff]
target-version = "py37"

[tool.isort]
profile = "black"

[tool.ruff.lint]
extend-select = [
"B", # flake8-bugbear
Expand All @@ -88,6 +82,12 @@ ignore = [
"ISC001", # Conflicts with formatter
]

[tool.ruff]
target-version = "py37"

[tool.isort]
profile = "black"

[tool.pytest.ini_options]
minversion = "6.0"
addopts = [ "-ra", "--strict-markers", "--strict-config" ]
Expand Down

0 comments on commit 6cf4f7b

Please sign in to comment.