Propositions liées à la qualité du code (pep8, pylint, ...) #58

Merged
Fred merged 7 commits from propal/pep8-pylint into master 2021-06-19 08:29:36 +02:00

7 Commits

Author SHA1 Message Date
Fred e944ecdb34 Merge branch 'master' into propal/pep8-pylint 2021-06-19 08:28:03 +02:00
Sulley bb09f6f28c Merge branch 'master' into propal/pep8-pylint 2021-05-17 10:43:22 +02:00
Fred Pauchet c390f06801 Move .pylintrc at the root directory
This allows an easier integration with the editor
and pylint can still be run with pylint src/*
2021-05-15 15:07:55 +02:00
Fred Pauchet 10ac31b088 Review Communication app with pylint
See also #59
2021-05-14 21:39:43 +02:00
Fred Pauchet b9466342ad Pylint configuration for 10 out of 10 :-) 2021-05-14 21:23:11 +02:00
Fred Pauchet 6a7636682d Add pylint as requirement 2021-05-14 20:45:37 +02:00
Fred Pauchet 1d182cf5e7 Add setup.cfg to limit max line length to 100
... and complexity at 10.
but this won't be needed, right? ;-)
2021-05-14 20:30:04 +02:00