Files
OpenLane/.flake8
Mohamed Gaber 60b2c47092 misc: maintain openlane
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.
2025-07-11 18:54:28 +03:00

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