8000 chore(pre-commit): remove duplicated hook (#1448) · python-zeroconf/python-zeroconf@e34feb6 · GitHub
[go: up one dir, main page]

Skip to content

Commit e34feb6

Browse files
authored
chore(pre-commit): remove duplicated hook (#1448)
1 parent 581807b commit e34feb6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pre-commit-config.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,17 @@ repos:
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
1717
rev: v5.0.0
1818
hooks:
19-
- id: debug-statements
2019
- id: check-builtin-literals
2120
- id: check-case-conflict
2221
- id: check-docstring-first
2322
- id: check-json
2423
- id: check-toml
2524
- id: check-xml
2625
- id: check-yaml
26+
- id: debug-statements
2727
- id: detect-private-key
2828
- id: end-of-file-fixer
2929
- id: trailing-whitespace
30-
- id: debug-statements
3130
- repo: https://github.com/pre-commit/mirrors-prettier
3231
rev: v4.0.0-alpha.8
3332
hooks:

0 commit comments

Comments
 (0)
0