commit | 8e98010a5a84d953bfc175c135ae5e74c3b283b6 | [log] [tgz] |
---|---|---|
author | Amro Tork <74936860+atorkmabrains@users.noreply.github.com> | Mon May 01 18:22:27 2023 +0300 |
committer | GitHub <noreply@github.com> | Mon May 01 18:22:27 2023 +0300 |
tree | 0825340be9ab322b2ef46992c7fe61781f9f76b8 | |
parent | 3f4d2aaa1d98f7e1d73bacafa327e19e2e8b8ad4 [diff] | |
parent | 798f405a313accc0f4cccee241d6c8474c0b0890 [diff] |
Merge pull request #126 from mabrains/ull_fixes
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.