Skip to content

Commit 1d6d35b

Browse files
committed
don't recurse gmeep and modes
1 parent b895360 commit 1d6d35b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@ norecursedirs = [
142142
'gplugins/fdtdz',
143143
'gplugins/elmer',
144144
'gplugins/sentaurus',
145-
'gplugins/gfviz'
145+
'gplugins/gfviz',
146+
'gplugins/gmeep',
147+
'gplugins/modes'
146148
]
147149
python_files = ["gplugins/*.py", "notebooks/*.ipynb", "tests/*.py"]
148150
testpaths = ["gplugins/", "tests"]

0 commit comments

Comments
 (0)