We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a853a commit fd38451Copy full SHA for fd38451
.pre-commit-config.yaml
@@ -6,6 +6,10 @@ repos:
6
- id: debug-statements
7
- id: end-of-file-fixer
8
- id: trailing-whitespace
9
+- repo: https://github.com/mxr/sync-pre-commit-deps
10
+ rev: v0.0.1
11
+ hooks:
12
+ - id: sync-pre-commit-deps
13
- repo: https://github.com/asottile/setup-cfg-fmt
14
rev: v2.4.0
15
hooks:
0 commit comments