File: setup.cfg

package info (click to toggle)
cram 0.7-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 340 kB
  • sloc: python: 908; makefile: 58; sh: 20
file content (9 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
[bdist_wheel]
universal = true

[pep8]
# E129: indentation between lines in conditions
# E261: two spaces before inline comment
# E301: expected blank line
# E302: two new lines between functions/etc.
ignore = E129,E261,E301,E302