Skip to content

Commit d46ce07

Browse files
authored
Merge pull request #283 from Yelp/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b1a2551 + 16df812 commit d46ce07

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,29 @@ repos:
1515
- id: requirements-txt-fixer
1616
- id: trailing-whitespace
1717
- repo: https://github.com/pre-commit/mirrors-autopep8
18-
rev: v1.6.0
18+
rev: v1.7.0
1919
hooks:
2020
- id: autopep8
2121
- repo: https://github.com/pycqa/flake8
22-
rev: 4.0.1
22+
rev: 5.0.4
2323
hooks:
2424
- id: flake8
2525
- repo: https://github.com/asottile/reorder_python_imports
26-
rev: v3.8.2
26+
rev: v3.8.5
2727
hooks:
2828
- id: reorder-python-imports
2929
args: ['--py3-plus']
3030
- repo: https://github.com/Lucas-C/pre-commit-hooks
31-
rev: v1.3.0
31+
rev: v1.3.1
3232
hooks:
3333
- id: remove-tabs
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v2.37.2
35+
rev: v3.1.0
3636
hooks:
3737
- id: pyupgrade
3838
args: ['--py3-plus']
3939
- repo: https://github.com/asottile/add-trailing-comma
40-
rev: v2.2.3
40+
rev: v2.3.0
4141
hooks:
4242
- id: add-trailing-comma
4343
args: ['--py36-plus']

0 commit comments

Comments
 (0)