Skip to content

Commit 12f153f

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.9.0](psf/black-pre-commit-mirror@24.10.0...25.9.0) - [github.com/pycqa/isort: 5.13.2 → 6.1.0](PyCQA/isort@5.13.2...6.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.13.3](astral-sh/ruff-pre-commit@v0.8.6...v0.13.3)
1 parent 8bb7572 commit 12f153f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v5.0.0
12+
rev: v6.0.0
1313
hooks:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
@@ -26,18 +26,18 @@ repos:
2626
args: ['--autofix', '--no-sort-keys', '--indent=4']
2727
- id: end-of-file-fixer
2828
- id: mixed-line-ending
29-
- repo: https://github.com/psf/black
30-
rev: "24.10.0"
29+
- repo: https://github.com/psf/black-pre-commit-mirror
30+
rev: "25.9.0"
3131
hooks:
3232
- id: black
3333
- id: black-jupyter
3434
- repo: https://github.com/pycqa/isort
35-
rev: 5.13.2
35+
rev: 6.1.0
3636
hooks:
3737
- id: isort
3838
args: ["--profile", "black"]
3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: v0.8.6
40+
rev: v0.13.3
4141
hooks:
4242
- id: ruff
4343
args: ['--fix']

0 commit comments

Comments
 (0)