We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017e984 commit 4bbf95bCopy full SHA for 4bbf95b
.pre-commit-config.yaml
@@ -2,15 +2,15 @@ ci:
2
skip: [eslint, pyright]
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.7.1
14
15
# Run the linter.
16
- id: ruff
@@ -24,7 +24,7 @@ repos:
24
entry: bash -c 'ENV_NAME=dats source backend/_activate_current_env.sh && pyright'
25
language: system
26
- repo: https://github.com/pre-commit/mirrors-eslint
27
- rev: v9.11.0
+ rev: v9.13.0
28
29
- id: eslint
30
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
0 commit comments