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 92e1570 commit a0a19d6Copy full SHA for a0a19d6
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- sha: v1.2.3
+ rev: v1.2.3
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
@@ -14,19 +14,19 @@ repos:
14
- id: requirements-txt-fixer
15
- id: flake8
16
- repo: https://github.com/pre-commit/pre-commit
17
- sha: v0.16.3
+ rev: v1.7.0
18
19
- id: validate_manifest
20
- repo: https://github.com/asottile/reorder_python_imports
21
- sha: v0.3.5
+ rev: v1.0.1
22
23
- id: reorder-python-imports
24
language_version: python2.7
25
- repo: https://github.com/asottile/pyupgrade
26
- sha: v1.1.4
+ rev: v1.2.0
27
28
- id: pyupgrade
29
- repo: https://github.com/asottile/add-trailing-comma
30
- sha: v0.6.4
+ rev: v0.6.4
31
32
- id: add-trailing-comma
0 commit comments