diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d444eca..9b1fc87 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,23 +1,23 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v5.0.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/mgedmin/check-manifest - rev: "0.48" + rev: "0.50" hooks: - id: check-manifest - repo: https://github.com/PyCQA/flake8 - rev: 5.0.2 + rev: 7.3.0 hooks: - id: flake8