Skip to content

Commit 65ad3a0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.5](astral-sh/ruff-pre-commit@v0.13.3...v0.14.5) - [github.com/pre-commit/mirrors-eslint: v9.37.0 → v10.0.0-alpha.0](pre-commit/mirrors-eslint@v9.37.0...v10.0.0-alpha.0)
1 parent b01c888 commit 65ad3a0

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
@@ -18,15 +18,15 @@ repos:
1818
- id: end-of-file-fixer
1919
- id: sort-simple-yaml
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.13.3
21+
rev: v0.14.5
2222
hooks:
2323
- id: ruff
2424
args: [--fix, --exit-non-zero-on-fix]
2525
exclude: '\.template$|tests/data/'
2626
- id: ruff-format
2727
exclude: '\.template$|tests/data/'
2828
- repo: https://github.com/pre-commit/mirrors-eslint
29-
rev: v9.37.0
29+
rev: v10.0.0-alpha.0
3030
hooks:
3131
- id: eslint
3232
args: [--fix, --exit-on-fatal-error, --no-config-lookup]

0 commit comments

Comments
 (0)