Skip to content

Commit 8366c5f

Browse files
committed
enforce ruff rule c420
1 parent 1697ec3 commit 8366c5f

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
@@ -128,7 +128,7 @@ line-length = 99
128128
[tool.ruff.lint]
129129
select = ["E", "F", "B", "W", "I", "A", "N", "D", "C"]
130130
fixable = ["I", "B", "E", "F", "W", "D", "C"]
131-
ignore = ["D205", "D203", "D212", "D415", "C901", "A005", "C420"]
131+
ignore = ["D205", "D203", "D212", "D415", "C901", "A005"]
132132

133133
[tool.mypy]
134134
disable_error_code = ["import-untyped"]

0 commit comments

Comments
 (0)