Skip to content

Commit

Permalink
Update for recent Ruff version
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed Mar 4, 2024
1 parent 807d560 commit 60c7d09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ line-length = 100
target-version = ['py310']

[tool.ruff]
select = ["E", "F", "UP", "B", "I", "PGH", "PL", "RUF"]
line-length = 100
target-version = "py310"

[tool.ruff.lint]
select = ["E", "F", "UP", "B", "I", "PGH", "PL", "RUF"]
ignore = ["PLR2004", "PLR0913", "PLR0912", "PLW2901", "PLR0915"]

[tool.pytest.ini_options]
Expand Down

0 comments on commit 60c7d09

Please sign in to comment.