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 7087710 commit a3a2f99Copy full SHA for a3a2f99
.pre-commit-config.yaml
@@ -13,16 +13,16 @@ repos:
13
- --autofix
14
- id: trailing-whitespace
15
exclude: README.md
16
-- repo: https://github.com/asottile/pyupgrade
+- repo: git://github.com/asottile/pyupgrade
17
rev: v2.24.0
18
hooks:
19
- id: pyupgrade
20
-- repo: https://github.com/ambv/black
+- repo: git://github.com/ambv/black
21
rev: 19.3b0
22
23
- id: black
24
language_version: python3
25
-- repo: https://github.com/PyCQA/flake8
+- repo: git://github.com/PyCQA/flake8
26
rev: 3.8.4
27
28
- id: flake8
0 commit comments