diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ea36b6..dee2ee1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ exclude: tools/schemacode/bidsschematools/tests/data/broken_dataset_description.json repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -26,7 +26,7 @@ repos: args: [--mapping, '2', --sequence, '2', --offset, '0'] - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black