Skip to content

Commit d0fcc67

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/hhatto/autopep8: v2.3.1 → v2.3.2](hhatto/autopep8@v2.3.1...v2.3.2) - [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 d0fcc67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
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
@@ -52,6 +52,6 @@ repos:
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)