Skip to content

Commit 666416b

Browse files
authored
Merge pull request #1724 from jupyter/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b7116fb + 973773f commit 666416b

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
@@ -14,7 +14,7 @@
1414
repos:
1515
# Autoupdate: Python code
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v2.32.1
17+
rev: v2.34.0
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py39-plus]
@@ -35,7 +35,7 @@ repos:
3535

3636
# Check python code static typing
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v0.960
38+
rev: v0.961
3939
hooks:
4040
- id: mypy
4141
args: [--config, ./mypy.ini]
@@ -58,7 +58,7 @@ repos:
5858

5959
# `pre-commit sample-config` default hooks
6060
- repo: https://github.com/pre-commit/pre-commit-hooks
61-
rev: v4.2.0
61+
rev: v4.3.0
6262
hooks:
6363
- id: check-added-large-files
6464
- id: end-of-file-fixer

0 commit comments

Comments
 (0)