Skip to content

Commit 4a5d58a

Browse files
KAUTHgithub-actions[bot]
authored andcommitted
build: Update pre-commit hooks
1 parent 84c7b5a commit 4a5d58a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ repos:
1515
- id: flake8
1616
exclude: docs
1717
- repo: https://github.com/PyCQA/isort
18-
rev: '6.0.1'
18+
rev: '6.1.0'
1919
hooks:
2020
- id: isort
2121
args: [-l79, --profile, black, --check, --diff]
2222
- repo: https://github.com/psf/black
23-
rev: '25.1.0'
23+
rev: '25.9.0'
2424
hooks:
2525
- id: black
2626
args: [-l79, --check, --diff, .]

0 commit comments

Comments
 (0)