Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
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.1](astral-sh/ruff-pre-commit@v0.6.7...v0.8.1)
- [github.com/pre-commit/mirrors-eslint: v9.11.0 → v9.16.0](pre-commit/mirrors-eslint@v9.11.0...v9.16.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 2, 2024
1 parent b381562 commit 0a67d03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ ci:
skip: [eslint, pyright]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.7
rev: v0.8.1
hooks:
# Run the linter.
- id: ruff
Expand All @@ -25,7 +25,7 @@ repos:
entry: bash -c 'ENV_NAME=dats source backend/_activate_current_env.sh && pyright $@'
language: system
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.11.0
rev: v9.16.0
hooks:
- id: eslint
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
Expand Down

0 comments on commit 0a67d03

Please sign in to comment.