Skip to content

Commit f842a13

Browse files
committed
Prevent false positives with latest ruff.
1 parent 2b990e8 commit f842a13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ exclude_lines = [
7171
"@unittest.skip",
7272
]
7373

74+
[tool.ruff]
75+
target-version = "py312"
76+
7477
[tool.ruff.lint]
7578
select = [
7679
"E", # pycodestyle

0 commit comments

Comments
 (0)