Skip to content

Commit debcd54

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/astral-sh/ruff-pre-commit: v0.12.11 → v0.14.3](astral-sh/ruff-pre-commit@v0.12.11...v0.14.3) - [github.com/pre-commit/mirrors-eslint: v9.34.0 → v9.39.0](pre-commit/mirrors-eslint@v9.34.0...v9.39.0)
1 parent 3e74d66 commit debcd54

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
@@ -26,13 +26,13 @@ repos:
2626
exclude: .bumpversion.cfg
2727

2828
# Autoformat: Python code
29-
- repo: https://github.com/psf/black
30-
rev: 25.1.0
29+
- repo: https://github.com/psf/black-pre-commit-mirror
30+
rev: 25.9.0
3131
hooks:
3232
- id: black
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.12.11
35+
rev: v0.14.3
3636
hooks:
3737
- id: ruff
3838
args: ['--fix']
@@ -44,7 +44,7 @@ repos:
4444
entry: prettier --no-error-on-unmatched-pattern --write --ignore-unknown
4545

4646
- repo: https://github.com/pre-commit/mirrors-eslint
47-
rev: v9.34.0
47+
rev: v9.39.0
4848
hooks:
4949
- id: eslint
5050
files: \.tsx?$

0 commit comments

Comments
 (0)