Skip to content

Commit

Permalink
⬆️🪝 update pre-commit hooks (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Jul 17, 2023
1 parent ef803c5 commit 6bc9e50
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 @@ -38,7 +38,7 @@ repos:

# Upgrade old Python syntax
- repo: https://github.com/asottile/pyupgrade
rev: "v3.8.0"
rev: "v3.9.0"
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand All @@ -51,13 +51,13 @@ repos:

# Run code formatting with Black
- repo: https://github.com/psf/black
rev: "23.3.0" # Keep in sync with blacken-docs
rev: "23.7.0" # Keep in sync with blacken-docs
hooks:
- id: black

# Also run Black on examples in the documentation
- repo: https://github.com/asottile/blacken-docs
rev: "1.14.0"
rev: "1.15.0"
hooks:
- id: blacken-docs
additional_dependencies:
Expand Down Expand Up @@ -116,7 +116,7 @@ repos:

# Format configuration files with prettier
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.9-for-vscode"
rev: "v3.0.0"
hooks:
- id: prettier
types_or: [yaml, markdown, html, css, scss, javascript, json]

0 comments on commit 6bc9e50

Please sign in to comment.