Skip to content

Commit 2a8e9d2

Browse files
⬆️🪝 update pre-commit hooks (#166)
1 parent c3c922a commit 2a8e9d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ repos:
5252

5353
# Upgrade old Python syntax
5454
- repo: https://github.com/asottile/pyupgrade
55-
rev: "v3.1.0"
55+
rev: "v3.2.0"
5656
hooks:
5757
- id: pyupgrade
5858
args: ["--py37-plus"]
@@ -134,7 +134,7 @@ repos:
134134

135135
# Format configuration files with prettier
136136
- repo: https://github.com/pre-commit/mirrors-prettier
137-
rev: "v3.0.0-alpha.3"
137+
rev: "v3.0.0-alpha.4"
138138
hooks:
139139
- id: prettier
140140
types_or: [yaml, markdown, html, css, scss, javascript, json]

0 commit comments

Comments
 (0)