diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f328a0..e5e50e1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,18 +11,18 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 21.7b0 + rev: 21.12b0 hooks: - id: black - repo: https://github.com/adrienverge/yamllint.git - rev: v1.26.2 + rev: v1.26.3 hooks: - id: yamllint args: [--format, parsable, --strict] - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v5.0.0 + rev: v6.0.0 hooks: - id: commitlint stages: [commit-msg] @@ -33,7 +33,7 @@ repos: - id: markdownlint - repo: https://github.com/pycqa/isort - rev: 5.8.0 + rev: 5.10.1 hooks: - id: isort name: isort (python)