Skip to content

Commit 01ec65a

Browse files
[pre-commit.ci] pre-commit autoupdate
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: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.2...v0.13.3)
1 parent 00338cb commit 01ec65a

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
@@ -7,7 +7,7 @@ ci:
77
repos:
88
# Autoformat and linting, misc. details
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: forbid-new-submodules
1313
- id: end-of-file-fixer
@@ -24,13 +24,13 @@ repos:
2424
exclude: .bumpversion.cfg
2525

2626
# Autoformat: Python code
27-
- repo: https://github.com/psf/black
28-
rev: 25.1.0
27+
- repo: https://github.com/psf/black-pre-commit-mirror
28+
rev: 25.9.0
2929
hooks:
3030
- id: black
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.12.2
33+
rev: v0.13.3
3434
hooks:
3535
- id: ruff
3636
args: ['--fix']

0 commit comments

Comments
 (0)