diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b8978cb..3a588a0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v6.0.0 hooks: - id: check-merge-conflict - id: check-symlinks @@ -14,15 +14,15 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/fsfe/reuse-tool - rev: v1.1.0 + rev: v5.0.2 hooks: - id: reuse - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 7.3.0 hooks: - id: flake8 - repo: https://github.com/markdownlint/markdownlint