File: .pylintrc

package info (click to toggle)
python-rioxarray 0.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 7,304 kB
  • sloc: python: 7,893; makefile: 93
file content (21 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[MASTER]
extension-pkg-whitelist=rasterio.crs,pyproj.database

[MESSAGES CONTROL]
disable=logging-fstring-interpolation,
        too-few-public-methods,
        too-many-arguments,
        line-too-long,
        protected-access,
        fixme,
        too-many-public-methods,
        duplicate-code

enable=c-extension-no-member


[FORMAT]
max-module-lines=1250

[DESIGN]
max-locals=20