diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f50923a..299b55a 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.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -14,7 +14,7 @@ repos: - id: check-case-conflict - repo: https://github.com/codespell-project/codespell - rev: v2.2.5 + rev: v2.2.6 hooks: - id: codespell args: [--config=.codespellrc, --dictionary=-, --dictionary=.codespell_dict]