Skip to content

Commit 8097bf5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.11...v0.13.3) - [github.com/pre-commit/mirrors-eslint: v9.34.0 → v9.37.0](pre-commit/mirrors-eslint@v9.34.0...v9.37.0)
1 parent d0ca000 commit 8097bf5

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
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: v0.12.11
6+
rev: v0.13.3
77
hooks:
88
- id: ruff
99
args:
@@ -44,7 +44,7 @@ repos:
4444
- id: check-executables-have-shebangs
4545
- id: requirements-txt-fixer
4646
- repo: https://github.com/pre-commit/mirrors-eslint
47-
rev: v9.34.0
47+
rev: v9.37.0
4848
hooks:
4949
- id: eslint
5050
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

0 commit comments

Comments
 (0)