diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ddd078dd..f36105398 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,11 +9,11 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/psf/black - rev: 24.4.0 + rev: 24.4.2 hooks: - id: black - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell additional_dependencies: diff --git a/pyproject.toml b/pyproject.toml index 2fb60c656..ba862339c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,4 +111,4 @@ target-version = ['py37', 'py38'] exclude = "pydra/_version.py" [tool.codespell] -ignore-words-list = "nd,afile" +ignore-words-list = "nd,afile,inpt"