Skip to content

Commit

Permalink
⬆️🪝 update pre-commit hooks (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Oct 31, 2022
1 parent 9ab31aa commit f51d9be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.1.0"
rev: "v3.2.0"
hooks:
- id: pyupgrade
args: ["--py37-plus"]
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.3"
rev: "v3.0.0-alpha.4"
hooks:
- id: prettier
types_or: [yaml, markdown, html, css, scss, javascript, json]

0 comments on commit f51d9be

Please sign in to comment.