Skip to content

Commit a9ba1f9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.5 → v0.12.7](astral-sh/ruff-pre-commit@v0.12.5...v0.12.7) - [github.com/pre-commit/mirrors-eslint: v9.22.0 → v9.32.0](pre-commit/mirrors-eslint@v9.22.0...v9.32.0)
1 parent 2990cf3 commit a9ba1f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: trailing-whitespace
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
1212
# Ruff version.
13-
rev: v0.12.5
13+
rev: v0.12.7
1414
hooks:
1515
# Run the linter.
1616
- id: ruff
@@ -25,7 +25,7 @@ repos:
2525
language: system
2626
files: \.py$
2727
- repo: https://github.com/pre-commit/mirrors-eslint
28-
rev: v9.22.0
28+
rev: v9.32.0
2929
hooks:
3030
- id: eslint
3131
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

0 commit comments

Comments
 (0)