Skip to content

Commit aa45666

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/pycqa/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1) - https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8 - [github.com/hhatto/autopep8: v2.0.2 → v2.3.1](hhatto/autopep8@v2.0.2...v2.3.1) - [github.com/asottile/reorder-python-imports: v3.10.0 → v3.14.0](asottile/reorder-python-imports@v3.10.0...v3.14.0) - [github.com/asottile/add-trailing-comma: v3.0.0 → v3.1.0](asottile/add-trailing-comma@v3.0.0...v3.1.0) - [github.com/asottile/pyupgrade: v3.8.0 → v3.19.0](asottile/pyupgrade@v3.8.0...v3.19.0) - [github.com/asottile/setup-cfg-fmt: v2.4.0 → v2.7.0](asottile/setup-cfg-fmt@v2.4.0...v2.7.0) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.13.0](pre-commit/mirrors-mypy@v1.4.1...v1.13.0)
1 parent 9ea4949 commit aa45666

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -15,35 +15,35 @@ repos:
1515
- id: requirements-txt-fixer
1616
- id: double-quote-string-fixer
1717
- repo: https://github.com/pycqa/flake8
18-
rev: 6.0.0
18+
rev: 7.1.1
1919
hooks:
2020
- id: flake8
2121
additional_dependencies: [flake8-typing-imports==1.14.0]
2222
args: [--min-python-version=3.8]
23-
- repo: https://github.com/pre-commit/mirrors-autopep8
24-
rev: v2.0.2
23+
- repo: https://github.com/hhatto/autopep8
24+
rev: v2.3.1
2525
hooks:
2626
- id: autopep8
2727
- repo: https://github.com/asottile/reorder-python-imports
28-
rev: v3.10.0
28+
rev: v3.14.0
2929
hooks:
3030
- id: reorder-python-imports
3131
args: [--py3-plus]
3232
- repo: https://github.com/asottile/add-trailing-comma
33-
rev: v3.0.0
33+
rev: v3.1.0
3434
hooks:
3535
- id: add-trailing-comma
3636
args: [--py36-plus]
3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.8.0
38+
rev: v3.19.0
3939
hooks:
4040
- id: pyupgrade
4141
args: [--py38-plus]
4242
- repo: https://github.com/asottile/setup-cfg-fmt
43-
rev: v2.4.0
43+
rev: v2.7.0
4444
hooks:
4545
- id: setup-cfg-fmt
4646
- repo: https://github.com/pre-commit/mirrors-mypy
47-
rev: v1.4.1
47+
rev: v1.13.0
4848
hooks:
4949
- id: mypy

0 commit comments

Comments
 (0)