Skip to content

Commit f089a2c

Browse files
committed
pydocstyle hook setup.cfg patch
1 parent 4d61a6b commit f089a2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ skip_glob =
116116
[pydocstyle]
117117
convention = numpy
118118
match =
119-
nigsp/*.py
120-
match_dir = nigsp/[^tests,^heuristics]*
119+
phys2bids/*.py
120+
match_dir = phys2bids/[^tests,^heuristics]*
121121

122122
[codespell]
123123
skip = venvs,.venv,versioneer.py,.git,build,./docs/_build

0 commit comments

Comments
 (0)