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/adamchainz/django-upgrade: 1.21.0 → 1.22.1](adamchainz/django-upgrade@1.21.0...1.22.1)
- [github.com/astral-sh/ruff-pre-commit: v0.6.8 → v0.7.3](astral-sh/ruff-pre-commit@v0.6.8...v0.7.3)
- [github.com/Riverside-Healthcare/djLint: v1.35.2 → v1.36.1](djlint/djLint@v1.35.2...v1.36.1)
  • Loading branch information
pre-commit-ci[bot] authored Nov 11, 2024
1 parent df45d34 commit 3e13946
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
exclude: '^docs/|/migrations/|devcontainer.json'
default_stages: [commit]
default_stages: [pre-commit]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -18,21 +18,21 @@ repos:
- id: detect-private-key

- repo: https://github.com/adamchainz/django-upgrade
rev: '1.21.0'
rev: '1.22.1'
hooks:
- id: django-upgrade
args: ['--target-version', '5.0']


- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.8
rev: v0.7.3
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format

- repo: https://github.com/Riverside-Healthcare/djLint
rev: v1.35.2
rev: v1.36.1
hooks:
- id: djlint-reformat-django
- id: djlint-django
Expand Down

0 comments on commit 3e13946

Please sign in to comment.