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 d24cdff commit 7426ef7Copy full SHA for 7426ef7
.pre-commit-config.yaml
@@ -14,7 +14,7 @@
14
15
repos:
16
# Standard hooks
17
- - repo: https://github.com/pre-commit/pre-commit-hooks
+ - repo: git@github.com:pre-commit/pre-commit-hooks
18
rev: v4.0.1
19
hooks:
20
- id: check-added-large-files
@@ -28,12 +28,12 @@ repos:
28
- id: mixed-line-ending
29
- id: trailing-whitespace
30
31
- - repo: https://github.com/psf/black
+ - repo: git@github.com:psf/black
32
rev: 20.8b1
33
34
- id: black
35
36
- - repo: https://github.com/Lucas-C/pre-commit-hooks-markup
+ - repo: git@github.com:Lucas-C/pre-commit-hooks-markup
37
rev: v1.0.1
38
39
- id: rst-linter
0 commit comments