Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4bbf95b

Browse files
authoredOct 28, 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.7.1](astral-sh/ruff-pre-commit@v0.6.7...v0.7.1) - [github.com/pre-commit/mirrors-eslint: v9.11.0 → v9.13.0](pre-commit/mirrors-eslint@v9.11.0...v9.13.0)
1 parent 017e984 commit 4bbf95b

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

0 commit comments

Comments
 (0)
Please sign in to comment.