Skip to content

Commit

Permalink
Merge pull request #848 from jupyterhub/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
consideRatio authored Sep 4, 2024
2 parents f77cfc3 + 009b256 commit 7cb33ac
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 @@ -11,7 +11,7 @@
repos:
# Autoformat: Python code, syntax patterns are modernized
- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
rev: v3.17.0
hooks:
- id: pyupgrade
args:
Expand All @@ -25,7 +25,7 @@ repos:

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

Expand Down Expand Up @@ -57,13 +57,13 @@ repos:

# Lint: Python code
- repo: https://github.com/PyCQA/flake8
rev: "7.1.0"
rev: "7.1.1"
hooks:
- id: flake8

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

0 comments on commit 7cb33ac

Please sign in to comment.