Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#144)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Aug 25, 2024
1 parent 1ef8f8b commit e95e52d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: check-added-large-files
args: [--maxkb=2048]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.5.5"
rev: "v0.6.2"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
Expand All @@ -23,7 +23,7 @@ repos:
- --quiet
- id: djlint-django
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.8.0
rev: v9.9.1
hooks:
- id: eslint
args:
Expand All @@ -35,8 +35,11 @@ repos:
- eslint-plugin-n@^15.0.0 || ^16.0.0
- eslint-plugin-promise@^6.0.0
- repo: https://github.com/crate-ci/typos
rev: v1.23.5
rev: v1.24.1
hooks:
- id: typos

exclude: "^contest/quiz/migrations/.+\\.py$"

ci:
autoupdate_schedule: quarterly

0 comments on commit e95e52d

Please sign in to comment.