Skip to content

Commit 335762f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.2 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.2...v0.15.9) - [github.com/pre-commit/mirrors-eslint: v10.0.1 → v10.2.0](pre-commit/mirrors-eslint@v10.0.1...v10.2.0)
1 parent 636115a commit 335762f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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.15.2
21+
rev: v0.15.9
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: v10.0.1
29+
rev: v10.2.0
3030
hooks:
3131
- id: eslint
3232
args: [--fix, --exit-on-fatal-error, --no-config-lookup]

0 commit comments

Comments
 (0)