File: setup.cfg

package info (click to toggle)
wsdd 2%3A0.8-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 408 kB
  • sloc: python: 1,560; sh: 259; makefile: 21; xml: 14
file content (5 lines) | stat: -rw-r--r-- 169 bytes parent folder | download
1
2
3
4
5
[flake8]
max-line-length=120
# F401 - unused import (due to optional import of encoding package)
# W503 - binary operators on newline (not end of line)
ignore=F401,W503