Skip to content

Commit

Permalink
Merge pull request #74 from gdsfactory/update_latest_gdsfactory
Browse files Browse the repository at this point in the history
update to latest gdsfactory
  • Loading branch information
joamatab authored Nov 18, 2023
2 parents 3d928b2 + 7973bc9 commit 8462273
Show file tree
Hide file tree
Showing 45 changed files with 991 additions and 1,009 deletions.
23 changes: 0 additions & 23 deletions .flake8

This file was deleted.

1 change: 0 additions & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ sphinx:
- "sphinx.ext.napoleon"
- "sphinx.ext.viewcode"
- "matplotlib.sphinxext.plot_directive"
- "sphinxcontrib.autodoc_pydantic"
config:
#autodoc_typehints: description
autodoc_type_aliases:
Expand Down
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers = [
"Operating System :: OS Independent"
]
dependencies = [
"gdsfactory[cad]==7.3.0",
"gdsfactory[cad]==7.8.17",
"PySpice"
]
description = "skywater130 pdk"
Expand All @@ -30,10 +30,10 @@ version = "0.8.0"
dev = [
"pytest",
"pytest-cov",
"pytest_regressions"
"pytest_regressions",
"pre-commit"
]
docs = [
"autodoc_pydantic",
"jupytext",
"jupyter-book==0.15.1"
]
Expand Down Expand Up @@ -80,6 +80,7 @@ python_files = ["sky130/*.py", "tests/*.py"]
testpaths = ["sky130", "tests"]

[tool.ruff]
fix = true
ignore = [
"E501", # line too long, handled by black
"B008", # do not perform function calls in argument defaults
Expand Down
Loading

0 comments on commit 8462273

Please sign in to comment.