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.18.0 → 1.23.1](adamchainz/django-upgrade@1.18.0...1.23.1)
- [github.com/asottile/pyupgrade: v3.16.0 → v3.19.1](asottile/pyupgrade@v3.16.0...v3.19.1)
- [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0)
- [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0)
- [github.com/PyCQA/flake8: 7.1.0 → 7.1.2](PyCQA/flake8@7.1.0...7.1.2)
- [github.com/Riverside-Healthcare/djLint: v1.34.1 → v1.36.4](djlint/djLint@v1.34.1...v1.36.4)
  • Loading branch information
pre-commit-ci[bot] authored Feb 17, 2025
1 parent 3a8463a commit e0b066a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
exclude: '^docs/|/migrations/|.devcontainer/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 @@ -19,34 +19,34 @@ repos:
- id: detect-private-key

- repo: https://github.com/adamchainz/django-upgrade
rev: '1.18.0'
rev: '1.23.1'
hooks:
- id: django-upgrade
args: ['--target-version', '4.2']

- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py311-plus]

- repo: https://github.com/psf/black
rev: 24.4.2
rev: 25.1.0
hooks:
- id: black

- repo: https://github.com/PyCQA/isort
rev: 5.13.2
rev: 6.0.0
hooks:
- id: isort

- repo: https://github.com/PyCQA/flake8
rev: 7.1.0
rev: 7.1.2
hooks:
- id: flake8

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

0 comments on commit e0b066a

Please sign in to comment.