File: pylama.ini

package info (click to toggle)
python-aiormq 6.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 392 kB
  • sloc: python: 3,214; makefile: 27
file content (9 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
[pylama]
linters = mccabe,pycodestyle,pyflakes
skip = *env*,.tox*,*build*,.*,env/*,.venv/*
ignore = C901

[pylama:pycodestyle]
max_line_length = 80
show-pep8 = True
show-source = True