Skip to content

Commit 31e6b62

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - [github.com/biomejs/pre-commit: v2.2.0 → v2.2.5](biomejs/pre-commit@v2.2.0...v2.2.5)
1 parent a309382 commit 31e6b62

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ repos:
2222
name: check-yaml for other YAML files
2323
exclude: ^mkdocs\.yml$
2424
- id: check-added-large-files
25-
- repo: https://github.com/psf/black
25+
- repo: https://github.com/psf/black-pre-commit-mirror
2626
rev: 25.9.0
2727
hooks:
2828
- id: black
2929
- repo: https://github.com/pycqa/isort
30-
rev: 6.0.1
30+
rev: 6.1.0
3131
hooks:
3232
- id: isort
3333
name: isort (python)
@@ -60,7 +60,7 @@ repos:
6060
- id: flake8
6161
additional_dependencies: []
6262
- repo: https://github.com/biomejs/pre-commit
63-
rev: "v2.2.0"
63+
rev: "v2.2.5"
6464
hooks:
6565
- id: biome-check
6666
additional_dependencies: ["@biomejs/biome@1.8.3"]

0 commit comments

Comments
 (0)