Skip to content

Commit

Permalink
Update ruff pyproject config (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself authored Jul 15, 2024
1 parent 9fc463c commit b71f784
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 @@ -85,6 +85,8 @@ line_length = 80
[tool.ruff]
line-length = 80
target-version = "py39"

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

[tool.mypy]
Expand Down

0 comments on commit b71f784

Please sign in to comment.