commit | e111bd7c829b602d809f63c324dd06f908f0c7fd | [log] [tgz] |
---|---|---|
author | Amro Tork <74936860+atorkmabrains@users.noreply.github.com> | Tue Apr 04 15:24:57 2023 +0200 |
committer | GitHub <noreply@github.com> | Tue Apr 04 15:24:57 2023 +0200 |
tree | 3ee1aefd6d517503c1145d9a5cb97ef0483647b0 | |
parent | 596f8b522f19e9bf2bed12c13d92b74ecd8c726d [diff] | |
parent | c2f17082420a821440c553e2a1e5d3782c92d498 [diff] |
Merge pull request #101 from mabrains/ull_ruledeck Adding PISCAP class for ULL
GF180 technology development Shared Repo
To generate all the svg files for the unit tests run the following commands;
make env
make svg
This will run the ./scripts/generate_svg.py
to generate the SVG files.
All Python scripts should be pep8
and pylint
clean. This is checked by CI and can be checked locally by doing the following;
make pep8
or make pycodestyle
- Run the pycodestyle
script (new name for the pep8 script) on all Python files in the repository.
make lint
- Run the pylint
script on all Python files in the repository.
make format
- Run the yapf
Python autoformatter on all the Python files in the repository.