Skip to content

Commit

Permalink
Prevent false positives with latest ruff.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed Sep 7, 2024
1 parent 2b990e8 commit f842a13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ exclude_lines = [
"@unittest.skip",
]

[tool.ruff]
target-version = "py312"

[tool.ruff.lint]
select = [
"E", # pycodestyle
Expand Down

0 comments on commit f842a13

Please sign in to comment.