Skip to content

Commit ad47c1e

Browse files
authored
Merge pull request #753 from nipype/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents ce10332 + 1b82779 commit ad47c1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ repos:
99
- id: check-yaml
1010
- id: check-added-large-files
1111
- repo: https://github.com/psf/black
12-
rev: 24.4.0
12+
rev: 24.4.2
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/codespell-project/codespell
16-
rev: v2.2.6
16+
rev: v2.3.0
1717
hooks:
1818
- id: codespell
1919
additional_dependencies:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ target-version = ['py37', 'py38']
111111
exclude = "pydra/_version.py"
112112

113113
[tool.codespell]
114-
ignore-words-list = "nd,afile"
114+
ignore-words-list = "nd,afile,inpt"

0 commit comments

Comments
 (0)