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 8994e4c + 2694ebe commit 7139a47Copy full SHA for 7139a47
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.9.0
+ sha: v0.9.1
3
hooks:
4
- id: trailing-whitespace
5
- id: end-of-file-fixer
@@ -12,16 +12,16 @@
12
- id: requirements-txt-fixer
13
- id: flake8
14
- repo: https://github.com/pre-commit/pre-commit.git
15
- sha: v0.15.0
+ sha: v0.16.3
16
17
- id: validate_config
18
- id: validate_manifest
19
- repo: https://github.com/asottile/reorder_python_imports.git
20
- sha: v0.3.4
+ sha: v0.3.5
21
22
- id: reorder-python-imports
23
language_version: python2.7
24
- repo: https://github.com/asottile/add-trailing-comma
25
- sha: v0.6.1
+ sha: v0.6.4
26
27
- id: add-trailing-comma
0 commit comments