Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/charliermarsh/ruff-pre-commit β†’ https://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.275 β†’ v0.0.281](astral-sh/ruff-pre-commit@v0.0.275...v0.0.281)
- [github.com/psf/black: 23.3.0 β†’ 23.7.0](psf/black@23.3.0...23.7.0)
- [github.com/Riverside-Healthcare/djlint: v1.31.1 β†’ v1.32.1](djlint/djLint@v1.31.1...v1.32.1)
  • Loading branch information
pre-commit-ci[bot] authored Aug 1, 2023
1 parent 392377f commit fdd0fc9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,24 @@ repos:
name: check security by Bandit
args: [ '-iii', '-ll' ]

- repo: https://github.com/charliermarsh/ruff-pre-commit
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.0.275'
rev: 'v0.0.281'
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.3.0
rev: 23.7.0
hooks:
- id: black
name: format by black
exclude: ^.*\b(migrations)\b.*$

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

0 comments on commit fdd0fc9

Please sign in to comment.