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/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1)
- [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0)
- [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
- [github.com/Riverside-Healthcare/djLint: v1.36.3 → v1.36.4](djlint/djLint@v1.36.3...v1.36.4)
- [github.com/Riverside-Healthcare/djLint: v1.36.3 → v1.36.4](djlint/djLint@v1.36.3...v1.36.4)
  • Loading branch information
pre-commit-ci[bot] authored Feb 3, 2025
1 parent 0c274cf commit 219b768
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
Expand Up @@ -11,21 +11,21 @@
repos:
# Autoformat: Python code, syntax patterns are modernized
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
args:
- --py37-plus

# Autoformat: Python code
- repo: https://github.com/pycqa/isort
rev: 5.13.2
rev: 6.0.0
hooks:
- id: isort

# Autoformat: Python code
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black

Expand All @@ -38,7 +38,7 @@ repos:

# Autoformat and lint: HTML
- repo: https://github.com/Riverside-Healthcare/djLint
rev: v1.36.3
rev: v1.36.4
hooks:
- id: djlint-reformat-django
- id: djlint-django
Expand Down Expand Up @@ -69,7 +69,7 @@ repos:

# Lint our jinja2 templates
- repo: https://github.com/Riverside-Healthcare/djLint
rev: v1.36.3
rev: v1.36.4
hooks:
- id: djlint-jinja
files: "kubespawner/templates/.*\\.html"
Expand Down

0 comments on commit 219b768

Please sign in to comment.