File: .flake8

package info (click to toggle)
python-spdx-tools 0.8.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,084 kB
  • sloc: python: 18,675; xml: 12,553; sh: 46; makefile: 6
file content (4 lines) | stat: -rw-r--r-- 123 bytes parent folder | download
1
2
3
4
[flake8]
max-line-length = 119
exclude = src/spdx_tools/spdx/parser/tagvalue/parsetab.py, __init__.py
extend-ignore = E203