Skip to content

Commit 6432793

Browse files
committed
Update ESLint, ruff
1 parent dbaf51b commit 6432793

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
@@ -36,15 +36,15 @@ repos:
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.9.1'
47+
rev: 'v0.9.2'
4848
hooks:
4949
- id: ruff
5050
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)