Skip to content

Commit 5ccca9c

Browse files
authored
Merge pull request #289 from Yelp/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents d46ce07 + f2c0117 commit 5ccca9c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
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: v4.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-docstring-first
@@ -15,15 +15,15 @@ repos:
1515
- id: requirements-txt-fixer
1616
- id: trailing-whitespace
1717
- repo: https://github.com/pre-commit/mirrors-autopep8
18-
rev: v1.7.0
18+
rev: v2.0.0
1919
hooks:
2020
- id: autopep8
2121
- repo: https://github.com/pycqa/flake8
22-
rev: 5.0.4
22+
rev: 6.0.0
2323
hooks:
2424
- id: flake8
2525
- repo: https://github.com/asottile/reorder_python_imports
26-
rev: v3.8.5
26+
rev: v3.9.0
2727
hooks:
2828
- id: reorder-python-imports
2929
args: ['--py3-plus']
@@ -32,7 +32,7 @@ repos:
3232
hooks:
3333
- id: remove-tabs
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.1.0
35+
rev: v3.3.0
3636
hooks:
3737
- id: pyupgrade
3838
args: ['--py3-plus']

0 commit comments

Comments
 (0)