Skip to content

Commit b3cb611

Browse files
[pre-commit.ci] pre-commit autoupdate (#1896)
updates: - [github.com/pre-commit/mirrors-eslint: v9.0.0-beta.1 → v9.0.0-beta.2](pre-commit/mirrors-eslint@v9.0.0-beta.1...v9.0.0-beta.2) - [github.com/astral-sh/ruff-pre-commit: v0.3.0 → v0.3.2](astral-sh/ruff-pre-commit@v0.3.0...v0.3.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cfd4801 commit b3cb611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
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.0.0-beta.1
35+
rev: v9.0.0-beta.2
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.3.0'
47+
rev: 'v0.3.2'
4848
hooks:
4949
- id: ruff
5050
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)