Rodrigo Q. Saramago
|
828f95ad9e
|
Fix pylint 2.16 warnings
|
2023-02-01 10:39:00 -03:00 |
|
Kamil Śliwak
|
f5e421ff91
|
pylintrc: Remove bad-whitespace form the list of disabled warnings
- pylint complains that it's not a valid value and removing it does not make any new warnings appear
|
2022-06-01 20:32:25 +02:00 |
|
Kamil Śliwak
|
de364c566c
|
pylint: Disable the opinionated too-many-xyz warnings
|
2021-12-21 18:37:38 +01:00 |
|
Kamil Śliwak
|
589f4b2a83
|
pylint: Enable bad-continuation and ungrouped-imports warnings and update the list of warnings to eliminate in the future
|
2021-12-21 15:31:01 +01:00 |
|
Kamil Śliwak
|
dece5f4de2
|
pylint: Enable and fix redefined-builtin warnings
|
2021-12-21 15:30:11 +01:00 |
|
Kamil Śliwak
|
5b10ff1216
|
pylint: Enable and fix singleton-comparison warnings
|
2021-12-21 15:30:11 +01:00 |
|
Kamil Śliwak
|
784ae91b41
|
pylint: Enable and fix no-self-use warnings
|
2021-12-21 15:30:11 +01:00 |
|
Kamil Śliwak
|
449f56c15b
|
pylint: Enable and fix consider-using-sys-exit warnings
|
2021-12-21 15:30:11 +01:00 |
|
Kamil Śliwak
|
b96de320e2
|
Fix the simplest pylint warnings (variables/imports, semicolons, etc) and re-enable them in pylintrc
|
2021-10-13 16:19:16 +02:00 |
|
Kamil Śliwak
|
7ad45a2772
|
pylintrc: Ignore duplicate-code warnings
- We get a lot of them in test/format/. They were not being reported before because pylint was getting only one file at a time.
|
2021-08-23 23:12:56 +02:00 |
|
Christian Parpart
|
6ab385d34a
|
CircleCI: Adds pylint test for all python files in test/ directory.
|
2020-02-04 22:26:10 +01:00 |
|
Christian Parpart
|
4b38f499ae
|
pylint: reduces max-line-length to something more reasonable
|
2020-02-04 17:00:05 +01:00 |
|
Christian Parpart
|
05b4ac0d29
|
CircleCI: Adds pylint test for all python files in test/ directory.
|
2020-02-04 17:00:05 +01:00 |
|