Skip to content

Commit 70695b5

Browse files
committed
Update pre-commit hooks
1 parent 24e9dc9 commit 70695b5

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
# Autoformat: YAML, JSON, Markdown, etc.
5454
- repo: https://github.com/pre-commit/mirrors-prettier
55-
rev: v3.0.0-alpha.2
55+
rev: v3.0.0-alpha.3
5656
hooks:
5757
- id: prettier
5858

@@ -116,7 +116,7 @@ repos:
116116
# nbQA provides tools from the Python ecosystem like
117117
# pyupgrade, isort, black, and flake8, adjusted for notebooks.
118118
- repo: https://github.com/nbQA-dev/nbQA
119-
rev: 1.5.2
119+
rev: 1.5.3
120120
hooks:
121121
- id: nbqa-pyupgrade
122122
args: [--py39-plus]

0 commit comments

Comments
 (0)