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