Skip to content

Commit e2c1dcf

Browse files
authoredDec 23, 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.8.4](astral-sh/ruff-pre-commit@v0.6.7...v0.8.4) - [github.com/pre-commit/mirrors-eslint: v9.11.0 → v9.17.0](pre-commit/mirrors-eslint@v9.11.0...v9.17.0)
1 parent 841f340 commit e2c1dcf

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,15 +2,15 @@ ci:
22
skip: [eslint, pyright]
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.8.4
1414
hooks:
1515
# Run the linter.
1616
- id: ruff
@@ -25,7 +25,7 @@ repos:
2525
entry: bash -c 'ENV_NAME=dats source backend/_activate_current_env.sh && pyright $@'
2626
language: system
2727
- repo: https://github.com/pre-commit/mirrors-eslint
28-
rev: v9.11.0
28+
rev: v9.17.0
2929
hooks:
3030
- id: eslint
3131
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

0 commit comments

Comments
 (0)