pyqtgraph/.flake8

7 lines
156 B
INI

[flake8]
exclude = .git,.tox,__pycache__,doc,old,build,dist
show_source = True
statistics = True
verbose = 2
max-line-length = 88
extend-ignore = E203, W503