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 1553c96 commit f36ce70Copy full SHA for f36ce70
.pre-commit-config.yaml
@@ -13,7 +13,7 @@
13
- id: requirements-txt-fixer
14
- id: flake8
15
- repo: https://github.com/pre-commit/pre-commit
16
- sha: v0.15.2
+ sha: v0.16.3
17
hooks:
18
- id: validate_config
19
- id: validate_manifest
@@ -23,10 +23,10 @@
23
- id: reorder-python-imports
24
language_version: python2.7
25
- repo: https://github.com/asottile/pyupgrade
26
- sha: v1.1.3
+ sha: v1.1.4
27
28
- id: pyupgrade
29
- repo: https://github.com/asottile/add-trailing-comma
30
- sha: v0.6.1
+ sha: v0.6.4
31
32
- id: add-trailing-comma
0 commit comments