Skip to content

Commit 4bef1a8

Browse files
committed
Update pre-commit hooks
1 parent ebea7a8 commit 4bef1a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
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: v3.15.0
17+
rev: v3.15.1
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: v1.8.0
38+
rev: v1.9.0
3939
hooks:
4040
- id: mypy
4141
args: [--config, ./mypy.ini]
@@ -137,7 +137,7 @@ repos:
137137
# nbQA provides tools from the Python ecosystem like
138138
# pyupgrade, isort, black, and flake8, adjusted for notebooks.
139139
- repo: https://github.com/nbQA-dev/nbQA
140-
rev: 1.7.1
140+
rev: 1.8.4
141141
hooks:
142142
- id: nbqa-pyupgrade
143143
args: [--py39-plus]

0 commit comments

Comments
 (0)