Skip to content

Commit 5e917d3

Browse files
Merge pull request #252 from GitHubSecurityLab/copilot/fix-linter-error-a001-again
Remove obsolete A001 suppression from ruff config
2 parents 1782bf0 + 9afc92a commit 5e917d3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ ignore = [
187187
"TRY003", # Raise with inline message strings
188188

189189
# Backwards-compatibility suppressions for existing code
190-
"A001", # Variable shadows built-in
191190
"A002", # Argument shadows built-in
192191
"FBT001", # Boolean positional arg
193192
"FBT002", # Boolean default value

0 commit comments

Comments
 (0)