diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 69d88a0..d3333a6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ 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: @@ -19,13 +19,13 @@ repos: # 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 @@ -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 @@ -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"