Skip to content

Commit 16df812

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-autopep8: v1.6.0 → v1.7.0](pre-commit/mirrors-autopep8@v1.6.0...v1.7.0) - [github.com/pycqa/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4) - [github.com/asottile/reorder_python_imports: v3.8.2 → v3.8.5](asottile/reorder-python-imports@v3.8.2...v3.8.5) - [github.com/Lucas-C/pre-commit-hooks: v1.3.0 → v1.3.1](Lucas-C/pre-commit-hooks@v1.3.0...v1.3.1) - [github.com/asottile/pyupgrade: v2.37.2 → v3.1.0](asottile/pyupgrade@v2.37.2...v3.1.0) - [github.com/asottile/add-trailing-comma: v2.2.3 → v2.3.0](asottile/add-trailing-comma@v2.2.3...v2.3.0)
1 parent 9b49699 commit 16df812

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)