Skip to content

Commit 5f36663

Browse files
[pre-commit.ci] pre-commit autoupdate (#2053)
* [pre-commit.ci] pre-commit autoupdate * Update ESLint, ruff Co-authored-by: Matthias Kestenholz <[email protected]>
1 parent 1325f64 commit 5f36663

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
@@ -32,19 +32,19 @@ repos:
3232
args:
3333
- --trailing-comma=es5
3434
- repo: https://github.com/pre-commit/mirrors-eslint
35-
rev: v9.17.0
35+
rev: v9.18.0
3636
hooks:
3737
- id: eslint
3838
additional_dependencies:
39-
- "eslint@v9.17.0"
40-
- "@eslint/js@v9.17.0"
39+
- "eslint@v9.18.0"
40+
- "@eslint/js@v9.18.0"
4141
- "globals"
4242
files: \.js?$
4343
types: [file]
4444
args:
4545
- --fix
4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: 'v0.8.6'
47+
rev: 'v0.9.2'
4848
hooks:
4949
- id: ruff
5050
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)