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

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Ayaz Salikhov
2021-06-01 11:55:59 +03:00
committed by GitHub

View File

@@ -4,16 +4,16 @@ ci:
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0 rev: v4.0.1
hooks: hooks:
- id: check-yaml - id: check-yaml
files: .*\.(yaml|yml)$ files: .*\.(yaml|yml)$
- repo: https://github.com/hadolint/hadolint.git - repo: https://github.com/hadolint/hadolint.git
rev: v2.3.0 rev: v2.4.1
hooks: hooks:
- id: hadolint-docker - id: hadolint-docker
# FIXME: remove after https://github.com/hadolint/hadolint/issues/628 is resolved # FIXME: remove after https://github.com/hadolint/hadolint/issues/628 is resolved
entry: hadolint/hadolint:v2.3.0 hadolint entry: hadolint/hadolint:v2.4.1 hadolint
- repo: https://github.com/adrienverge/yamllint.git - repo: https://github.com/adrienverge/yamllint.git
rev: v1.26.1 rev: v1.26.1
hooks: hooks:
@@ -30,12 +30,12 @@ repos:
hooks: hooks:
- id: shellcheck - id: shellcheck
args: ["-x"] args: ["-x"]
- repo: https://gitlab.com/pycqa/flake8 - repo: https://github.com/PyCQA/flake8
rev: 3.9.1 rev: 3.9.2
hooks: hooks:
- id: flake8 - id: flake8
- repo: https://github.com/pre-commit/mirrors-autopep8 - repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.5.6 rev: v1.5.7
hooks: hooks:
- id: autopep8 - id: autopep8
- repo: https://github.com/igorshubovych/markdownlint-cli - repo: https://github.com/igorshubovych/markdownlint-cli