Skip to content

Commit

Permalink
⬆️ Bumps versions and adds djade support
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftriplett committed Oct 12, 2024
1 parent 5e8bf5f commit c4764f7
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -15,18 +15,18 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.5
rev: v0.6.9
hooks:
- id: ruff
args: [--fix]
- id: ruff-format
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.18.0
hooks:
- id: pyupgrade
args: [--py312-plus]
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.17.0
rev: 1.22.1
hooks:
- id: django-upgrade
args: [--target-version, "5.0"]
Expand All @@ -40,13 +40,17 @@ repos:
# alias: autoformat
# - id: djjs
# alias: autoformat
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.13.0
- repo: https://github.com/adamchainz/djade-pre-commit
rev: ""
hooks:
- id: djade
args: [--target-version, "5.1"]
rev: v2.14.0
hooks:
- id: pretty-format-toml
args: [--autofix]
- repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
rev: 1.19.0
hooks:
- id: blacken-docs
alias: autoformat

0 comments on commit c4764f7

Please sign in to comment.