Skip to content

Commit fe2e57c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.8.0](astral-sh/ruff-pre-commit@v0.7.1...v0.8.0) - [github.com/pre-commit/mirrors-eslint: v9.13.0 → v9.15.0](pre-commit/mirrors-eslint@v9.13.0...v9.15.0)
1 parent cd2da37 commit fe2e57c

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
@@ -27,7 +27,7 @@ repos:
2727
args: [ --lock ]
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.7.1
30+
rev: v0.8.0
3131
hooks:
3232
- id: ruff
3333
files: \.py$
@@ -37,7 +37,7 @@ repos:
3737
types: [ file ]
3838

3939
- repo: https://github.com/pre-commit/mirrors-eslint
40-
rev: v9.13.0
40+
rev: v9.15.0
4141
hooks:
4242
- id: eslint
4343
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

0 commit comments

Comments
 (0)