mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-16 06:22:56 +00:00
Update pre-commit hooks
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
repos:
|
||||
# Autoupdate: Python code
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v3.15.0
|
||||
rev: v3.15.1
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: [--py39-plus]
|
||||
@@ -35,7 +35,7 @@ repos:
|
||||
|
||||
# Check python code static typing
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v1.8.0
|
||||
rev: v1.9.0
|
||||
hooks:
|
||||
- id: mypy
|
||||
args: [--config, ./mypy.ini]
|
||||
@@ -137,7 +137,7 @@ repos:
|
||||
# nbQA provides tools from the Python ecosystem like
|
||||
# pyupgrade, isort, black, and flake8, adjusted for notebooks.
|
||||
- repo: https://github.com/nbQA-dev/nbQA
|
||||
rev: 1.7.1
|
||||
rev: 1.8.4
|
||||
hooks:
|
||||
- id: nbqa-pyupgrade
|
||||
args: [--py39-plus]
|
||||
|
Reference in New Issue
Block a user