Skip to content

Commit 4d21700

Browse files
authored
Remove duplicate pygrep-hooks (#339)
PGH rule is already active in ruff config https://docs.astral.sh/ruff/rules/#pygrep-hooks-pgh
1 parent 4f91c56 commit 4d21700

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ repos:
1313
- id: trailing-whitespace
1414
- id: detect-private-key
1515

16-
- repo: https://github.com/pre-commit/pygrep-hooks
17-
rev: v1.10.0
18-
hooks:
19-
- id: python-check-blanket-noqa
20-
2116
- repo: https://github.com/astral-sh/ruff-pre-commit
2217
rev: v0.11.10
2318
hooks:

0 commit comments

Comments
 (0)