Skip to content

Commit

Permalink
Merge pull request #1339 from jupyter/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
mathbunnyru committed Jun 1, 2021
2 parents d0bfe4b + 22f2ebc commit 710cfa5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.0.1
hooks:
- id: check-yaml
files: .*\.(yaml|yml)$
- repo: https://github.com/hadolint/hadolint.git
rev: v2.3.0
rev: v2.4.1
hooks:
- id: hadolint-docker
# 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
rev: v1.26.1
hooks:
Expand All @@ -30,12 +30,12 @@ repos:
hooks:
- id: shellcheck
args: ["-x"]
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.1
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.5.6
rev: v1.5.7
hooks:
- id: autopep8
- repo: https://github.com/igorshubovych/markdownlint-cli
Expand Down

0 comments on commit 710cfa5

Please sign in to comment.