diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5fb7cb0..5cb4bbd 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: v5.0.0 + rev: v6.0.0 hooks: # Prevent giant files from being committed - id: check-added-large-files @@ -67,7 +67,7 @@ repos: - id: text-unicode-replacement-char - repo: https://github.com/PyCQA/flake8 - rev: 7.1.1 + rev: 7.3.0 hooks: - id: flake8 additional_dependencies: @@ -75,7 +75,7 @@ repos: - flake8-implicit-str-concat - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.15.0 + rev: v1.18.2 hooks: - id: mypy args: [--ignore-missing-imports] @@ -85,7 +85,7 @@ repos: # The REUSE helper tool assists with achieving and confirming REUSE compliance. # See: https://reuse.software/ - repo: https://github.com/fsfe/reuse-tool - rev: v5.0.2 + rev: v6.2.0 hooks: - id: reuse