Skip to content

Commit 3b2c4b0

Browse files
committed
ruff check --ignore=PLR0402
1 parent 4436495 commit 3b2c4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ target-version = "py310"
9696

9797
[tool.ruff.lint]
9898
select = ["C4", "C90", "E", "F", "I", "PERF", "PL", "UP"]
99-
ignore = ["PERF203"]
99+
ignore = ["PERF203", "PLR0402"]
100100
mccabe.max-complexity = 24 # Default is 10
101101

102102
[tool.ruff.lint.per-file-ignores]

0 commit comments

Comments
 (0)