Skip to content

Commit ad9efbf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.1](astral-sh/ruff-pre-commit@v0.13.3...v0.14.1) - [github.com/pre-commit/mirrors-eslint: v9.37.0 → v9.38.0](pre-commit/mirrors-eslint@v9.37.0...v9.38.0)
1 parent fed070d commit ad9efbf

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.1
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: v9.38.0
3030
hooks:
3131
- id: eslint
3232
args: [--fix, --exit-on-fatal-error, --no-config-lookup]

0 commit comments

Comments
 (0)