Skip to content

Commit cd26ca6

Browse files
authored
Merge pull request #259 from Yelp/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents aae8d15 + 1987996 commit cd26ca6

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.pre-commit-config.yaml

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v2.2.3
3+
rev: v4.0.1
44
hooks:
55
- id: check-added-large-files
66
- id: check-docstring-first
@@ -11,32 +11,33 @@ repos:
1111
- id: detect-private-key
1212
- id: double-quote-string-fixer
1313
- id: end-of-file-fixer
14-
- id: flake8
1514
- id: name-tests-test
1615
- id: requirements-txt-fixer
1716
- id: trailing-whitespace
18-
- id: fix-encoding-pragma
19-
args: ['--remove']
2017
- repo: https://github.com/pre-commit/mirrors-autopep8
21-
rev: v1.4.4
18+
rev: v1.5.7
2219
hooks:
2320
- id: autopep8
21+
- repo: https://github.com/pycqa/flake8
22+
rev: 4.0.1
23+
hooks:
24+
- id: flake8
2425
- repo: https://github.com/asottile/reorder_python_imports
25-
rev: v1.6.0
26+
rev: v2.6.0
2627
hooks:
2728
- id: reorder-python-imports
2829
args: ['--py3-plus']
2930
- repo: https://github.com/Lucas-C/pre-commit-hooks
30-
rev: v1.1.6
31+
rev: v1.1.10
3132
hooks:
3233
- id: remove-tabs
3334
- repo: https://github.com/asottile/pyupgrade
34-
rev: v1.21.0
35+
rev: v2.29.0
3536
hooks:
3637
- id: pyupgrade
3738
args: ['--py3-plus']
3839
- repo: https://github.com/asottile/add-trailing-comma
39-
rev: v1.4.1
40+
rev: v2.1.0
4041
hooks:
4142
- id: add-trailing-comma
4243
args: ['--py36-plus']

0 commit comments

Comments
 (0)