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

Commit ae11004

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.6.0](pre-commit/pre-commit-hooks@v4.0.1...v4.6.0) - [github.com/PyCQA/flake8: 4.0.1 → 7.1.0](PyCQA/flake8@4.0.1...7.1.0) - https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8 - [github.com/hhatto/autopep8: v1.5.7 → v2.3.1](hhatto/autopep8@v1.5.7...v2.3.1) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v2.6.0 → v3.13.0](asottile/reorder-python-imports@v2.6.0...v3.13.0) - [github.com/Lucas-C/pre-commit-hooks: v1.1.10 → v1.5.5](Lucas-C/pre-commit-hooks@v1.1.10...v1.5.5) - [github.com/asottile/pyupgrade: v2.29.1 → v3.16.0](asottile/pyupgrade@v2.29.1...v3.16.0) - [github.com/asottile/add-trailing-comma: v2.2.1 → v3.1.0](asottile/add-trailing-comma@v2.2.1...v3.1.0) - [github.com/pre-commit/mirrors-mypy: v0.910-1 → v1.10.0](pre-commit/mirrors-mypy@v0.910-1...v1.10.0)
1 parent 0b604f3 commit ae11004

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 10 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.6.0
55
hooks:
66
- id: check-added-large-files
77
- id: check-docstring-first
@@ -21,34 +21,34 @@ repos:
2121
- id: sort-simple-yaml
2222
- id: trailing-whitespace
2323
- repo: https://github.com/PyCQA/flake8
24-
rev: 4.0.1
24+
rev: 7.1.0
2525
hooks:
2626
- id: flake8
27-
- repo: https://github.com/pre-commit/mirrors-autopep8
28-
rev: v1.5.7
27+
- repo: https://github.com/hhatto/autopep8
28+
rev: v2.3.1
2929
hooks:
3030
- id: autopep8
31-
- repo: https://github.com/asottile/reorder_python_imports
32-
rev: v2.6.0
31+
- repo: https://github.com/asottile/reorder-python-imports
32+
rev: v3.13.0
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.5.5
3737
hooks:
3838
- id: remove-tabs
3939
files: \.py$
4040
- repo: https://github.com/asottile/pyupgrade
41-
rev: v2.29.1
41+
rev: v3.16.0
4242
hooks:
4343
- id: pyupgrade
4444
args: ['--py36-plus']
4545
- repo: https://github.com/asottile/add-trailing-comma
46-
rev: v2.2.1
46+
rev: v3.1.0
4747
hooks:
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: v1.10.0
5252
hooks:
5353
- id: mypy
5454
additional_dependencies: [types-all]

0 commit comments

Comments
 (0)