diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e19b0ab..753a53f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ fail_fast: false repos: - repo: https://github.com/adrienverge/yamllint.git - rev: v1.21.0 + rev: v1.26.0 hooks: - id: yamllint args: [--format, parsable, --strict] @@ -36,7 +36,7 @@ repos: args: [--mapping, '2', --sequence, '2', --offset, '0'] - repo: https://github.com/jumanjihouse/pre-commit-hooks - rev: 2.0.0 + rev: 2.1.5 hooks: - id: check-mailmap - id: forbid-binary @@ -52,27 +52,27 @@ repos: args: [-d, -i 4, -ci] - repo: https://github.com/PyCQA/bandit - rev: 1.6.2 + rev: 1.7.0 hooks: - id: bandit - repo: https://github.com/PyCQA/flake8 - rev: 3.7.9 + rev: 3.9.0 hooks: - id: flake8 - repo: https://github.com/PyCQA/pydocstyle - rev: 5.0.2 + rev: 6.0.0 hooks: - id: pydocstyle - repo: https://github.com/PyCQA/pylint - rev: pylint-2.4.2 + rev: pylint-2.7.4 hooks: - id: pylint - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.5.0 + rev: v3.4.0 hooks: - id: check-added-large-files - id: check-byte-order-marker @@ -91,7 +91,7 @@ repos: - id: sort-simple-yaml - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.1.7 + rev: v1.1.9 hooks: - id: forbid-crlf - id: forbid-tabs @@ -100,7 +100,7 @@ repos: - go - repo: https://github.com/jorisroovers/gitlint - rev: v0.13.1 + rev: v0.15.0 hooks: - id: gitlint stages: [commit-msg] @@ -111,7 +111,7 @@ repos: stages: [manual] - repo: https://github.com/Yelp/detect-secrets - rev: v0.13.1 + rev: v1.0.3 hooks: - id: detect-secrets args: [--baseline, ci/secrets.baseline]