File: setup.cfg

package info (click to toggle)
python-traits 6.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 8,648 kB
  • sloc: python: 34,801; ansic: 4,266; makefile: 102
file content (7 lines) | stat: -rw-r--r-- 238 bytes parent folder | download
1
2
3
4
5
6
7
[flake8]
exclude = traits/observation/_generated_parser.py,build
ignore = E266,W503,E722,E731,E741
per-file-ignores =
    */api.py:F401
    # Suppress flake8 complaints about black's formatting of .pyi files
    *.pyi:E302,E305,E701,E704