Skip to content

Commit

Permalink
Merge branch 'main' into eowosekun/fix-failed-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Balou9 authored Jul 19, 2024
2 parents e624cc5 + d30b9b8 commit 9bf6109
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 9bf6109

Please sign in to comment.