iGEM-Engineering / iGEM-distribution

Repository for collective design of an iGEM DNA distribution
https://igem-distribution.readthedocs.io
Other
42 stars 20 forks source link

Fix some python lint issues and reactivate the associated Pylint and Flake8 codes #313

Closed GC-repeat closed 1 year ago

GC-repeat commented 1 year ago

Several Pylint and Flake8 codes for the linter were disabled when setting the linter up. Some of them can be turned back on while fixing the associated issues:

Flake8

Pylint

GC-repeat commented 1 year ago

Do we want to enable "E203 whitespace before ':'" and the line too long (triggered only above 120) too ? The list of what has been disabled can be found here #204

GC-repeat commented 1 year ago

Fixed with #314 and #322