File: setup.cfg

package info (click to toggle)
python-otbr-api 2.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 232 kB
  • sloc: python: 1,460; sh: 5; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 102 bytes parent folder | download | duplicates (6)
1
2
3
4
5
[flake8]
# To work with Black
max-line-length = 88
# E203: Whitespace before ':'
extend-ignore = E203