Skip to content

Commit

Permalink
Merge pull request #753 from nipype/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
effigies authored Jun 2, 2024
2 parents ce10332 + 1b82779 commit ad47c1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit ad47c1e

Please sign in to comment.