Skip to content

Commit e27d4f1

Browse files
authored
Update .pre-commit-config.yaml
1 parent 4a11fca commit e27d4f1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
repos:
1616
# Standard hooks
17-
- repo: git@github.com:pre-commit/pre-commit-hooks.git
17+
- repo: https://github.com/pre-commit/pre-commit-hooks
1818
rev: v4.0.1
1919
hooks:
2020
- id: check-added-large-files
@@ -28,12 +28,12 @@ repos:
2828
- id: mixed-line-ending
2929
- id: trailing-whitespace
3030

31-
- repo: git@github.com:psf/black
31+
- repo: https://github.com/psf/black
3232
rev: 20.8b1
3333
hooks:
3434
- id: black
3535

36-
- repo: git@github.com:Lucas-C/pre-commit-hooks-markup
36+
- repo: https://github.com/Lucas-C/pre-commit-hooks-markup
3737
rev: v1.0.1
3838
hooks:
3939
- id: rst-linter
@@ -55,3 +55,4 @@ repos:
5555
language: system
5656
always_run: true
5757
pass_filenames: false
58+

0 commit comments

Comments
 (0)