We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1096352 commit abbde72Copy full SHA for abbde72
1 file changed
.pre-commit-config.yaml
@@ -1,5 +1,5 @@
1
- repo: https://github.com/pre-commit/pre-commit-hooks.git
2
- sha: cf550fcab3f12015f8676b8278b30e1a5bc10e70
+ sha: v0.7.0
3
hooks:
4
- id: trailing-whitespace
5
- id: end-of-file-fixer
@@ -12,12 +12,12 @@
12
- id: requirements-txt-fixer
13
- id: flake8
14
- repo: https://github.com/pre-commit/pre-commit.git
15
- sha: 8dba3281d5051060755459dcf88e28fc26c27526
+ sha: v0.12.0
16
17
- id: validate_config
18
- id: validate_manifest
19
- repo: https://github.com/asottile/reorder_python_imports.git
20
- sha: 3d86483455ab5bd06cc1069fdd5ac57be5463f10
+ sha: v0.3.1
21
22
- id: reorder-python-imports
23
language_version: python2.7
0 commit comments