Skip to content

Commit

Permalink
Ruff: Update outdated settings in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Balou9 authored and greenbonebot committed Jul 26, 2024
1 parent 03e6f01 commit c7b8f73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ pre-commit = ['autohooks.plugins.black', 'autohooks.plugins.ruff']
[tool.ruff]
line-length = 80
target-version = "py39"

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

[tool.coverage.run]
Expand Down

0 comments on commit c7b8f73

Please sign in to comment.