File: .flake8

package info (click to toggle)
python-qtpynodeeditor 0.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 604 kB
  • sloc: python: 5,038; makefile: 14; sh: 1
file content (12 lines) | stat: -rw-r--r-- 209 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[flake8]
ignore = W503,W504
exclude = 
    .git
    __pycache__
    qtpynodeeditor/_version.py
    build
    dist
    versioneer.py
    qtpynodeeditor/_version.py
    docs/source/conf.py
max-line-length = 115