diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 455e1cd58..f2722e94f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,15 +11,15 @@ repos: - id: check-case-conflict - id: check-merge-conflict - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.1 hooks: - id: isort - repo: https://github.com/pycqa/flake8 - rev: 7.1.1 + rev: 7.2.0 hooks: - id: flake8 - repo: https://github.com/pycqa/pydocstyle @@ -33,6 +33,6 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell diff --git a/phys2bids/tests/test_utils.py b/phys2bids/tests/test_utils.py index 5f4a2f291..cdaf53098 100644 --- a/phys2bids/tests/test_utils.py +++ b/phys2bids/tests/test_utils.py @@ -1,5 +1,5 @@ """ - Runs unit tests on utils.py +Runs unit tests on utils.py """ import json