Skip to content

Commit

Permalink
Fix: Outdated ruff toml settings ...
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself authored and greenbonebot committed Jul 19, 2024
1 parent 2069457 commit d30b9b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,11 @@ version-module-file = "autohooks/plugins/ruff/__version__.py"
[tool.ruff]
exclude = [".pytest_cache", ".venv"]
line-length = 80
ignore = ["E731"]
target-version = "py39"

[tool.ruff.lint]
ignore = ["E731"]
extend-select = ["I", "PLE", "PLW"]

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

0 comments on commit d30b9b8

Please sign in to comment.