Skip to content

Commit a3a2f99

Browse files
authored
Update .pre-commit-config.yaml
1 parent 7087710 commit a3a2f99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ repos:
1313
- --autofix
1414
- id: trailing-whitespace
1515
exclude: README.md
16-
- repo: https://github.com/asottile/pyupgrade
16+
- repo: git://github.com/asottile/pyupgrade
1717
rev: v2.24.0
1818
hooks:
1919
- id: pyupgrade
20-
- repo: https://github.com/ambv/black
20+
- repo: git://github.com/ambv/black
2121
rev: 19.3b0
2222
hooks:
2323
- id: black
2424
language_version: python3
25-
- repo: https://github.com/PyCQA/flake8
25+
- repo: git://github.com/PyCQA/flake8
2626
rev: 3.8.4
2727
hooks:
2828
- id: flake8

0 commit comments

Comments
 (0)