Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 04fd1de + 67c49cd commit 5a98765Copy full SHA for 5a98765
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: v0.9.1
+ rev: v1.2.3
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
@@ -13,11 +13,11 @@ repos:
13
- id: requirements-txt-fixer
14
- id: flake8
15
- repo: https://github.com/pre-commit/pre-commit
16
- rev: v0.16.3
+ rev: v1.7.0
17
18
- id: validate_manifest
19
- repo: https://github.com/asottile/reorder_python_imports
20
- rev: v0.3.5
+ rev: v1.0.1
21
22
- id: reorder-python-imports
23
language_version: python2.7
0 commit comments