Skip to content

Commit 60a7907

Browse files
[pre-commit.ci] pre-commit autoupdate (#1886)
1 parent 6ad5096 commit 60a7907

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535

3636
# Check python code static typing
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v0.991
38+
rev: v1.0.1
3939
hooks:
4040
- id: mypy
4141
args: [--config, ./mypy.ini]
@@ -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.4
55+
rev: v3.0.0-alpha.6
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.6.1
119+
rev: 1.6.3
120120
hooks:
121121
- id: nbqa-pyupgrade
122122
args: [--py39-plus]

0 commit comments

Comments
 (0)