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.7.0](astral-sh/ruff-pre-commit@v0.6.7...v0.7.0)
- [github.com/pre-commit/mirrors-eslint: v9.11.0 → v9.13.0](pre-commit/mirrors-eslint@v9.11.0...v9.13.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 21, 2024
1 parent ea9e47c commit a9b482f
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.7.0
hooks:
# Run the linter.
- id: ruff
Expand All @@ -24,7 +24,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.13.0
hooks:
- id: eslint
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
Expand Down

0 comments on commit a9b482f

Please sign in to comment.