Skip to content

Commit 4a7ab99

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1) - [github.com/hhatto/autopep8: v2.1.1 → v2.3.1](hhatto/autopep8@v2.1.1...v2.3.1) - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.14.0](asottile/reorder-python-imports@v3.12.0...v3.14.0) - [github.com/asottile/pyupgrade: v3.15.2 → v3.19.1](asottile/pyupgrade@v3.15.2...v3.19.1) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.14.0](pre-commit/mirrors-mypy@v1.10.0...v1.14.0)
1 parent 6f62b5c commit 4a7ab99

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: .pre-commit-config.yaml

+6-6
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.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -13,22 +13,22 @@ repos:
1313
- id: double-quote-string-fixer
1414
- id: requirements-txt-fixer
1515
- repo: https://github.com/PyCQA/flake8
16-
rev: 7.0.0
16+
rev: 7.1.1
1717
hooks:
1818
- id: flake8
1919
additional_dependencies: [flake8-typing-imports==1.12.0]
2020
args: [--max-line-length=100]
2121
- repo: https://github.com/hhatto/autopep8
22-
rev: v2.1.1
22+
rev: v2.3.1
2323
hooks:
2424
- id: autopep8
2525
- repo: https://github.com/asottile/reorder-python-imports
26-
rev: v3.12.0
26+
rev: v3.14.0
2727
hooks:
2828
- id: reorder-python-imports
2929
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v3.15.2
31+
rev: v3.19.1
3232
hooks:
3333
- id: pyupgrade
3434
args: [--py37-plus]
@@ -38,7 +38,7 @@ repos:
3838
- id: add-trailing-comma
3939
args: [--py36-plus]
4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v1.10.0
41+
rev: v1.14.0
4242
hooks:
4343
- id: mypy
4444
additional_dependencies: [types-all]

0 commit comments

Comments
 (0)