diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a26fcab..cf86ef3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: check-merge-conflict - id: check-added-large-files - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.1.1 hooks: - id: black args: [--config=pyproject.toml] @@ -40,7 +40,7 @@ repos: hooks: - id: autoflake - repo: https://github.com/pycqa/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 entry: pflake8 @@ -57,7 +57,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.38.0 + rev: v0.39.0 hooks: - id: markdownlint-fix - id: markdownlint