mirror of
https://github.com/The-OpenROAD-Project/OpenLane.git
synced 2026-05-29 00:23:55 +08:00
This PR migrates OpenLane away from Efabless infrastructure so old designs taped-out using OpenLane may be taped out again in the future. A message clarifying the maintenance status of OpenLane has been added. Ciel has been replaced with Volare. The CI has been updated appropriately, and the repository now uses the GitHub Container Repository.) All Python files have been re-linted using more modern tools. This commit has no effect on the logical operation of OpenLane.
15 lines
275 B
INI
15 lines
275 B
INI
[flake8]
|
|
ignore = E203,E266,E302,E501,W503,F824
|
|
exclude =
|
|
.git,
|
|
__pycache__,
|
|
scripts/klayout,
|
|
docker/tar,
|
|
install/,
|
|
venv/,
|
|
pdks/,
|
|
dependencies/includedyaml
|
|
per-file-ignores =
|
|
dependencies/env_info.py:F401,
|
|
dependencies/version.py:F401
|