diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6a5d48bc..1e50942f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: @@ -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