Skip to content

Commit

Permalink
Merge pull request #2852 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 Oct 12, 2022
2 parents e955d20 + 2c72d76 commit 9159d5a
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 @@ -21,15 +21,15 @@
repos:
# Autoformat: Python code, syntax patterns are modernized
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.3
rev: v3.1.0
hooks:
- id: pyupgrade
args:
- --py38-plus

# Autoformat: Python code
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.10.0
hooks:
- id: black
args:
Expand All @@ -53,12 +53,12 @@ repos:

# Autoformat: markdown, yaml (but not helm templates)
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v3.0.0-alpha.1
hooks:
- id: prettier

# Reset Chart.yaml version and values.yaml image tags
- repo: https://github.com/jupyterhub/chartpress
rev: 1.3.0
rev: 2.1.0
hooks:
- id: chartpress

0 comments on commit 9159d5a

Please sign in to comment.