Skip to content
GitLab
Explore
Sign in
[lint] Fix pylint v2.6.0 new checks
Code
Review changes
Check out branch
Download
Patches
Plain diff
Moul
requested to merge
pylint_v2.6
into
dev
Aug 27, 2020
Overview
1
Commits
1
Pipelines
4
Changes
12
Expand
Pylint v2.6.0
http://pylint.pycqa.org/en/latest/whatsnew/2.6.html#new-checkers
http://pylint.pycqa.org/en/latest/technical_reference/features.html
raise-missing-from (W0707)
https://stackoverflow.com/a/6246394
https://www.python.org/dev/peps/pep-3134/
R1725: Consider using Python 3 style super() without arguments
Merge request reports