diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 16baff0..d083940 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ minimum_pre_commit_version: "2.10.0" repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.6.0 hooks: - id: check-merge-conflict - id: trailing-whitespace @@ -15,20 +15,20 @@ repos: args: - "--unsafe" # needed for parsing CFN - repo: https://github.com/psf/black - rev: 21.12b0 + rev: 24.4.2 hooks: - id: black - - repo: https://gitlab.com/pycqa/flake8 - rev: 3.9.2 + - repo: https://github.com/PyCQA/flake8 + rev: 7.0.0 hooks: - id: flake8 additional_dependencies: - flake8-docstrings - - repo: https://github.com/timothycrosley/isort - rev: 5.10.1 + - repo: https://github.com/PyCQA/isort + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.30.0 + rev: v0.40.0 hooks: - id: markdownlint