Enable lint PGH004 - Use specific rule codes when using noqa
This commit is contained in:
@@ -103,6 +103,7 @@ select = [
|
||||
"RUF", # ruff
|
||||
"W", # pycodestyle
|
||||
"PIE", # flake8-pie
|
||||
"PGH004", # pygrep-hooks - Use specific rule codes when using noqa
|
||||
]
|
||||
ignore = [
|
||||
# bugbear ignore
|
||||
|
||||
Reference in New Issue
Block a user