Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 03d7312

Browse files
authoredFeb 3, 2025··
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-eslint: v9.17.0 → v9.19.0](pre-commit/mirrors-eslint@v9.17.0...v9.19.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.6...v0.9.4)
1 parent 31e64b6 commit 03d7312

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,7 +32,7 @@ repos:
3232
args:
3333
- --trailing-comma=es5
3434
- repo: https://github.com/pre-commit/mirrors-eslint
35-
rev: v9.17.0
35+
rev: v9.19.0
3636
hooks:
3737
- id: eslint
3838
additional_dependencies:
@@ -44,7 +44,7 @@ repos:
4444
args:
4545
- --fix
4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: 'v0.8.6'
47+
rev: 'v0.9.4'
4848
hooks:
4949
- id: ruff
5050
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)
Please sign in to comment.