Skip to content

Commit 6e5bbc8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.3...v0.14.7) - [github.com/pre-commit/mirrors-eslint: v9.39.0 → v10.0.0-alpha.1](pre-commit/mirrors-eslint@v9.39.0...v10.0.0-alpha.1)
1 parent d943ce1 commit 6e5bbc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ repos:
2727

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

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.14.3
35+
rev: v0.14.7
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.39.0
47+
rev: v10.0.0-alpha.1
4848
hooks:
4949
- id: eslint
5050
files: \.tsx?$

0 commit comments

Comments
 (0)