aboutsummaryrefslogtreecommitdiffstats
path: root/.landscape.yml
blob: 2f7b85e1248093e6f8455e7e69fd1e791b9d849d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
ignore-paths:
  - mitmproxy/docs
  - mitmproxy/examples
  - mitmproxy/libmproxy/contrib
  - mitmproxy/web
max-line-length: 140
pylint:
  options:
    dummy-variables-rgx: _$|.+_$|dummy_.+
  disable:
    - missing-docstring
    - protected-access
    - too-few-public-methods
    - too-many-arguments
    - too-many-instance-attributes
    - too-many-locals
    - too-many-public-methods
    - too-many-return-statements
    - too-many-statements
    - unpacking-non-sequence