Skip to content

Commit 5871444

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - git://github.com/pre-commit/pre-commit-hooks → https://github.com/pre-commit/pre-commit-hooks - git://github.com/FalconSocial/pre-commit-python-sorter → https://github.com/FalconSocial/pre-commit-python-sorter - git://github.com/guykisel/prospector-mirror → https://github.com/guykisel/prospector-mirror
1 parent fc23a7d commit 5871444

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
- repo: git://github.com/pre-commit/pre-commit-hooks
2-
sha: d8a44784fcf4920ac11d10b9c12549a6f73de67a
1+
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
NonerevNone: d8a44784fcf4920ac11d10b9c12549a6f73de67a
34
hooks:
45
- id: trailing-whitespace
56
- id: end-of-file-fixer
@@ -15,14 +16,14 @@
1516
- id: flake8
1617
args:
1718
- --max-line-length=100
18-
- repo: git://github.com/FalconSocial/pre-commit-python-sorter
19-
sha: b7f5d468c67c3c4a6ea7cdf68c40778095b0f19b
19+
- repo: https://github.com/FalconSocial/pre-commit-python-sorter
20+
NonerevNone: b7f5d468c67c3c4a6ea7cdf68c40778095b0f19b
2021
hooks:
2122
- id: python-import-sorter
2223
args:
2324
- --silent-overwrite
24-
- repo: git://github.com/guykisel/prospector-mirror
25-
sha: 41e0faa3d8b999830ed22d508db33f920d189996
25+
- repo: https://github.com/guykisel/prospector-mirror
26+
NonerevNone: 41e0faa3d8b999830ed22d508db33f920d189996
2627
hooks:
2728
- id: prospector
2829
args:

0 commit comments

Comments
 (0)