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/astral-sh/ruff-pre-commit: v0.0.282 β†’ v0.0.290](astral-sh/ruff-pre-commit@v0.0.282...v0.0.290)
- [github.com/psf/black: 23.7.0 β†’ 23.9.1](psf/black@23.7.0...23.9.1)
- [github.com/Riverside-Healthcare/djlint: v1.32.1 β†’ v1.33.0](djlint/djLint@v1.32.1...v1.33.0)
  • Loading branch information
pre-commit-ci[bot] authored Sep 19, 2023
1 parent 5d61ec5 commit 3b9209f
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 @@ -38,22 +38,22 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.0.282'
rev: 'v0.0.290'
hooks:
- id: ruff
name: lint by Ruff
args: [ --fix, --exit-non-zero-on-fix ]

# uncompromise python formatter
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
name: format by black
exclude: ^.*\b(migrations)\b.*$

- repo: https://github.com/Riverside-Healthcare/djlint
rev: 'v1.32.1' # replace with the latest tag on GitHub
rev: 'v1.33.0' # replace with the latest tag on GitHub
hooks:
- id: djlint-django
entry: djlint --reformat
Expand Down

0 comments on commit 3b9209f

Please sign in to comment.