commit | 1ebae9ab3b5ab1a87746d8455018446e9f9279df | [log] [tgz] |
---|---|---|
author | Amro Tork <74936860+atorkmabrains@users.noreply.github.com> | Sun Apr 09 17:11:54 2023 +0200 |
committer | GitHub <noreply@github.com> | Sun Apr 09 17:11:54 2023 +0200 |
tree | 8960778be9dcf89652d94a1d984adde656545415 | |
parent | 9b34a3282d5613b1a135e4e06f42659fc354994a [diff] | |
parent | 964b841d021789dbab2720fae0cc11900a531bf2 [diff] |
Merge pull request #110 from mabrains/ic_connections_update Updating devices connections for IC
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.