MyTooliT / ICOc

ICOc is a tool to control the ICOtronic system, acquire data, and test stationary transceiver units and sensory tool holders.
https://mytoolit.github.io/ICOc/
2 stars 0 forks source link

Check Code With Pylint #39

Closed sanssecours closed 6 months ago

sanssecours commented 1 year ago

Description

Currently we check the code base with Flake8, which does not enforce all rules specified in PEP 8. For example, the tool does not check that functions names should use ”snake case“ spelling. In the future we should check the codebase with pylint too, to make sure we do not violate PEP 8.

Todo