diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4e3cbed..5836a99 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -8,15 +8,15 @@ repos: - id: check-added-large-files - id: debug-statements - repo: https://github.com/mgedmin/check-manifest - rev: "0.48" + rev: "0.50" hooks: - id: check-manifest args: [--no-build-isolation] - repo: https://github.com/PyCQA/flake8 - rev: 5.0.3 + rev: 7.1.1 hooks: - id: flake8 - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.9.0 + rev: v1.10.0 hooks: - id: rst-backticks