File: .pylintrc

package info (click to toggle)
python-sphinx-code-include 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,312 kB
  • sloc: javascript: 8,765; python: 1,402; makefile: 23
file content (10 lines) | stat: -rw-r--r-- 228 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[MASTER]

disable=
    # Remove some of the disables once Python 2 support is dropped
    consider-using-f-string,
    duplicate-code,
    fixme,
    raise-missing-from,
    super-with-arguments,
    useless-object-inheritance,