Commit graph

4 commits

Author SHA1 Message Date
Rot127
22099333e6
Add leak check in CI (#5553)
* Remove no longer supported option.

suggestion_mode was removed with 4.0:
https://pylint.readthedocs.io/en/latest/whatsnew/4/4.0/index.html5

* Add script to detect leaks in PRs.

The script fails if any of the changed lines appear in a leak stack trace produced by LSAN.
2025-12-04 11:02:01 +00:00
Khairul Azhar Kasmiran
5ee08f716b
Redirect stderr to stdout via -1; Unbreak dk 9 test (#4664)
* Redirect stderr to stdout via `-1`; Unbreak `dk 9` test
* Use fully qualified names in 'overgeneral-exceptions' option
2024-10-12 06:37:09 +08:00
Riccardo Schirone
fda17c5f67
For now, let's just ignore C0209 pylint error (#1735)
C0209: Formatting a regular string which could be a f-string (consider-using-f-string)
2021-09-23 13:20:44 +02:00
Alexis Ehret
d6b99195a5 Add workflow linter python 2021-02-15 10:24:46 +01:00