Skip to content

Commit 410c208

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - 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) - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.13.3](astral-sh/ruff-pre-commit@v0.13.0...v0.13.3)
1 parent 674df01 commit 410c208

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ ci:
22
autoupdate_schedule: quarterly
33

44
repos:
5-
- repo: https://github.com/psf/black
6-
rev: 25.1.0
5+
- repo: https://github.com/psf/black-pre-commit-mirror
6+
rev: 25.9.0
77
hooks:
88
- id: black
99
- repo: https://github.com/pycqa/isort
10-
rev: 6.0.1
10+
rev: 6.1.0
1111
hooks:
1212
- id: isort
1313
name: isort
@@ -36,6 +36,6 @@ repos:
3636
- id: python-check-blanket-type-ignore
3737
- id: python-use-type-annotations
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.13.0
39+
rev: v0.13.3
4040
hooks:
4141
- id: ruff-check

0 commit comments

Comments
 (0)