Skip to content

Commit 028cd66

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-eslint: v8.56.0 → v9.0.0-alpha.0](pre-commit/mirrors-eslint@v8.56.0...v9.0.0-alpha.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.1.11](astral-sh/ruff-pre-commit@v0.1.9...v0.1.11)
1 parent 7731cd2 commit 028cd66

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
@@ -32,15 +32,15 @@ repos:
3232
args:
3333
- --trailing-comma=es5
3434
- repo: https://github.com/pre-commit/mirrors-eslint
35-
rev: v8.56.0
35+
rev: v9.0.0-alpha.0
3636
hooks:
3737
- id: eslint
3838
files: \.js?$
3939
types: [file]
4040
args:
4141
- --fix
4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: 'v0.1.9'
43+
rev: 'v0.1.11'
4444
hooks:
4545
- id: ruff
4646
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)