Skip to content

Commit 4e55337

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 3f56d78 commit 4e55337

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
@@ -68,13 +68,13 @@ repos:
6868

6969
# Autoformat: Python code
7070
- repo: https://github.com/pycqa/isort
71-
rev: 6.0.1
71+
rev: 6.1.0
7272
hooks:
7373
- id: isort
7474

7575
# Autoformat: Python code
76-
- repo: https://github.com/psf/black
77-
rev: 25.1.0
76+
- repo: https://github.com/psf/black-pre-commit-mirror
77+
rev: 25.9.0
7878
hooks:
7979
- id: black
8080

0 commit comments

Comments
 (0)