Skip to content

Commit a8ea6e8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0)
1 parent f4e02ed commit a8ea6e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ repos:
3030

3131
# Autoformat: Python code
3232
- repo: https://github.com/pycqa/isort
33-
rev: 6.0.1
33+
rev: 6.1.0
3434
hooks:
3535
- id: isort
3636

3737
# Autoformat: Python code
38-
- repo: https://github.com/psf/black
39-
rev: 25.1.0
38+
- repo: https://github.com/psf/black-pre-commit-mirror
39+
rev: 25.9.0
4040
hooks:
4141
- id: black
4242

0 commit comments

Comments
 (0)