Commit Graph

10 Commits

Author SHA1 Message Date
Arthur Meyre
7193050d49 chore: fix pylintrc unable to find some functions from package.so
- add packages to whitelist to allow loading .so
2021-11-22 14:57:40 +01:00
Benoit Chevallier-Mames
482d2d4aa0 chore: reduce a bit the strength of duplicate-code in pylint 2021-11-16 18:36:14 +01:00
Arthur Meyre
5a54f2e053 chore(ci): fix pylint configuration for protected accesses
- the check was disabled by default in python special functions

closes #752
2021-10-27 10:16:45 +02:00
Umut
d02e848fca refactor: update benchmark infrastructure to be compatible with the new progress tracker 2021-09-08 12:31:32 +03:00
Arthur Meyre
b71664e38f tools: ignore imports for code similarity in pylint 2021-09-03 09:58:00 +02:00
Umut
1fa049d914 feat: dump compilation artifacts automatically on compilation failures 2021-08-31 18:40:40 +03:00
Benoit Chevallier-Mames
d09f1b90a6 feat: let's be a bit more flexible with pylint
closes #97
2021-08-09 13:32:11 +02:00
Arthur Meyre
95f05800d5 chore(tools): allow to have fixmes in the code without failing CI 2021-07-27 12:14:34 +02:00
Arthur Meyre
e0c838b230 chore(tools): a less annoying pylint
- allow 1 letter names
- no minimum on class public methods
2021-07-16 12:26:52 +02:00
Arthur Meyre
58e35136f5 chore(tools): add Makefile, formatting script, pylintrc and dependencies
refs #15
2021-07-15 11:46:19 +02:00