Skip to content

Commit 42806c1

Browse files
authoredOct 8, 2024
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.7 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.7...v0.6.9) - [github.com/pre-commit/mirrors-eslint: v9.11.0 → v9.12.0](pre-commit/mirrors-eslint@v9.11.0...v9.12.0)
1 parent e959a76 commit 42806c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@ ci:
22
skip: [eslint]
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-yaml
88
- id: end-of-file-fixer
99
- id: requirements-txt-fixer
1010
- id: trailing-whitespace
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
1212
# Ruff version.
13-
rev: v0.6.7
13+
rev: v0.6.9
1414
hooks:
1515
# Run the linter.
1616
- id: ruff
1717
args: [--fix]
1818
# Run the formatter.
1919
- id: ruff-format
2020
- repo: https://github.com/pre-commit/mirrors-eslint
21-
rev: v9.11.0
21+
rev: v9.12.0
2222
hooks:
2323
- id: eslint
2424
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

0 commit comments

Comments
 (0)
Please sign in to comment.