Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
narumiruna committed Feb 5, 2024
1 parent 380fa7d commit f6f34c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ select = [

]

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

[tool.ruff.isort]
[tool.ruff.lint.isort]
force-single-line = true

[tool.pytest.ini_options]
Expand Down

0 comments on commit f6f34c5

Please sign in to comment.