diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2f72add..c6cdd14 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: # Forbid files which have a UTF-8 byte-order marker - id: check-byte-order-marker @@ -32,6 +32,6 @@ 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