Skip to content

Commit 48308a3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0) - [github.com/pre-commit/mirrors-clang-format: v19.1.5 → v19.1.7](pre-commit/mirrors-clang-format@v19.1.5...v19.1.7)
1 parent 6d676ee commit 48308a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ repos:
88
args: ['--in-place', '--remove-unused-variables', '--remove-all-unused-imports', '--ignore-init-module-imports']
99

1010
- repo: https://github.com/pycqa/isort
11-
rev: 5.13.2
11+
rev: 6.0.1
1212
hooks:
1313
- id: isort
1414
name: sort all imports (python)
1515
args: ["--profile", "black"] # avoid conflict with black
1616

1717
- repo: https://github.com/psf/black-pre-commit-mirror
18-
rev: 24.10.0
18+
rev: 25.1.0
1919
hooks:
2020
- id: black
2121
name: black formatter
2222
args: ['--line-length=120', '--target-version=py37', '--target-version=py38', '--target-version=py39','--target-version=py310']
2323

2424
- repo: https://github.com/pre-commit/mirrors-clang-format
25-
rev: v19.1.5
25+
rev: v19.1.7
2626
hooks:
2727
- id: clang-format
2828
name: clang formatter

0 commit comments

Comments
 (0)