Skip to content

Commit

Permalink
don't recurse klayout folders
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed May 14, 2024
1 parent 9323398 commit 1c9b34b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ strict = true
[tool.pytest.ini_options]
# addopts = --tb=no
addopts = '--tb=short'
norecursedirs = ["extra/*.py"]
norecursedirs = ["extra/*.py", 'gf180/cells/klayout/*.py']
python_files = ["gf180/*.py", "notebooks/*.ipynb", "tests/*.py"]
testpaths = ["gf180/", "tests"]
testpaths = ["tests"]

[tool.ruff]
fix = true
Expand Down

0 comments on commit 1c9b34b

Please sign in to comment.