Merge pull request #1668 from jupyter/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Ayaz Salikhov
2022-03-29 11:12:15 +01:00
committed by GitHub

View File

@@ -28,14 +28,14 @@ repos:
# Autoformat: Python code
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
args: [--target-version=py39]
# Check python code static typing
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.941
rev: v0.942
hooks:
- id: mypy
args: [--config, ./mypy.ini]
@@ -52,7 +52,7 @@ repos:
# Autoformat: YAML, JSON, Markdown, etc.
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.6.0
rev: v2.6.1
hooks:
- id: prettier
@@ -67,10 +67,10 @@ repos:
# Lint: Dockerfile
- repo: https://github.com/hadolint/hadolint.git
rev: v2.9.2
rev: v2.9.3
hooks:
- id: hadolint-docker
entry: hadolint/hadolint:v2.9.2 hadolint
entry: hadolint/hadolint:v2.9.3 hadolint
# Lint: YAML
- repo: https://github.com/adrienverge/yamllint.git