Skip to content

Commit 8b37014

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/hhatto/autopep8: v2.3.1 → v2.3.2](hhatto/autopep8@v2.3.1...v2.3.2) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) - [github.com/pre-commit/mirrors-clang-format: v19.1.6 → v19.1.7](pre-commit/mirrors-clang-format@v19.1.6...v19.1.7)
1 parent b5327a5 commit 8b37014

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ repos:
1515
- id: requirements-txt-fixer
1616
- id: double-quote-string-fixer
1717
- repo: https://github.com/pycqa/flake8
18-
rev: 7.1.1
18+
rev: 7.1.2
1919
hooks:
2020
- id: flake8
2121
additional_dependencies: [flake8-typing-imports==1.14.0]
2222
args: [--min-python-version=3.8]
2323
- repo: https://github.com/hhatto/autopep8
24-
rev: v2.3.1
24+
rev: v2.3.2
2525
hooks:
2626
- id: autopep8
2727
- repo: https://github.com/asottile/reorder-python-imports
@@ -48,10 +48,10 @@ repos:
4848
hooks:
4949
- id: setup-cfg-fmt
5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: v1.14.1
51+
rev: v1.15.0
5252
hooks:
5353
- id: mypy
5454
- repo: https://github.com/pre-commit/mirrors-clang-format
55-
rev: 'v19.1.6'
55+
rev: 'v19.1.7'
5656
hooks:
5757
- id: clang-format

0 commit comments

Comments
 (0)