File: setup.cfg

package info (click to toggle)
python-loompy 3.0.7%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,316 kB
  • sloc: python: 3,152; sh: 63; makefile: 16
file content (9 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
[pycodestyle]
ignore = W191, W293, W0312, W0401, E501, E701, E117
max-line-length = 160
[pep8]
ignore = W191, W293, W0312, W0401, E501, E701, E117
max-line-length = 160
[flake8]
ignore = W191, W293, W0312, W0401, E501, E701, E117, E251
max-line-length = 160