Enable lint PGH004 - Use specific rule codes when using noqa

This commit is contained in:
Ran Benita
2024-02-09 11:14:36 +02:00
parent d1ee6d154f
commit a182e10b06
8 changed files with 9 additions and 8 deletions

View File

@@ -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