File: pylama.ini

package info (click to toggle)
python-mbstrdecoder 1.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 140 kB
  • sloc: python: 710; makefile: 43
file content (15 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[pylama]
skip = .eggs/*,.tox/*,*/.env/*,node_modules/*,_sandbox/*,build/*,docs/conf.py,mbstrdecoder/_six.py

[pylama:mccabe]
complexity=20

[pylama:pycodestyle]
max_line_length = 100

[pylama:pylint]
max_line_length = 100

[pylama:*/__init__.py]
# W0611: imported but unused [pyflakes]
ignore = W0611