Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 035e014

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0) - [github.com/pre-commit/mirrors-autopep8: v1.5.7 → v1.6.0](pre-commit/mirrors-autopep8@v1.5.7...v1.6.0) - [github.com/asottile/reorder_python_imports: v2.6.0 → v3.0.1](asottile/reorder-python-imports@v2.6.0...v3.0.1) - [github.com/Lucas-C/pre-commit-hooks: v1.1.10 → v1.1.13](Lucas-C/pre-commit-hooks@v1.1.10...v1.1.13) - [github.com/asottile/pyupgrade: v2.29.1 → v2.31.1](asottile/pyupgrade@v2.29.1...v2.31.1) - [github.com/pre-commit/mirrors-mypy: v0.910-1 → v0.940](pre-commit/mirrors-mypy@v0.910-1...v0.940)
1 parent 7513e6b commit 035e014

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
@@ -1,7 +1,7 @@
11
exclude: (^vendor/)
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.0.1
4+
rev: v4.1.0
55
hooks:
66
- id: check-added-large-files
77
- id: check-docstring-first
@@ -25,20 +25,20 @@ repos:
2525
hooks:
2626
- id: flake8
2727
- repo: https://github.com/pre-commit/mirrors-autopep8
28-
rev: v1.5.7
28+
rev: v1.6.0
2929
hooks:
3030
- id: autopep8
3131
- repo: https://github.com/asottile/reorder_python_imports
32-
rev: v2.6.0
32+
rev: v3.0.1
3333
hooks:
3434
- id: reorder-python-imports
3535
- repo: https://github.com/Lucas-C/pre-commit-hooks
36-
rev: v1.1.10
36+
rev: v1.1.13
3737
hooks:
3838
- id: remove-tabs
3939
files: \.py$
4040
- repo: https://github.com/asottile/pyupgrade
41-
rev: v2.29.1
41+
rev: v2.31.1
4242
hooks:
4343
- id: pyupgrade
4444
args: ['--py36-plus']
@@ -48,7 +48,7 @@ repos:
4848
- id: add-trailing-comma
4949
args: ['--py36-plus']
5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: v0.910-1
51+
rev: v0.940
5252
hooks:
5353
- id: mypy
5454
additional_dependencies: [types-all]

0 commit comments

Comments
 (0)