File: setup.cfg

package info (click to toggle)
wordbook 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 752 kB
  • sloc: python: 1,460; xml: 9; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[flake8]
max-line-length = 120
extend-ignore = E203
exclude = build-aux/flatpak
max-complexity = 15

[pycodestyle]
max-line-length = 120

[pylama:pycodestyle]
max_line_length = 120

[pydocstyle]
match = '(?!test_).*\.py'

[aliases]