We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e959a76 commit 42806c1Copy full SHA for 42806c1
.pre-commit-config.yaml
@@ -2,23 +2,23 @@ ci:
2
skip: [eslint]
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.6.0
+ rev: v5.0.0
6
hooks:
7
- id: check-yaml
8
- id: end-of-file-fixer
9
- id: requirements-txt-fixer
10
- id: trailing-whitespace
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
# Ruff version.
13
- rev: v0.6.7
+ rev: v0.6.9
14
15
# Run the linter.
16
- id: ruff
17
args: [--fix]
18
# Run the formatter.
19
- id: ruff-format
20
- repo: https://github.com/pre-commit/mirrors-eslint
21
- rev: v9.11.0
+ rev: v9.12.0
22
23
- id: eslint
24
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
0 commit comments