We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 416c075 commit 44b2af8Copy full SHA for 44b2af8
1 file changed
.pre-commit-config.yaml
@@ -1,5 +1,5 @@
1
- repo: https://github.com/pre-commit/pre-commit-hooks.git
2
- sha: v0.7.0
+ sha: v0.9.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: v0.12.0
+ sha: v0.15.0
16
17
- id: validate_config
18
- id: validate_manifest
19
- repo: https://github.com/asottile/reorder_python_imports.git
20
- sha: v0.3.1
+ sha: v0.3.4
21
22
- id: reorder-python-imports
23
language_version: python2.7
0 commit comments