debugpy/.flake8
Pavel Minaev 8f68b3d359
Port refactored command line parser to master (#1105)
* Fix #1090: Port refactored command line parser to master

* Fix #921: Double dash in program arguments gets caught and crashes pydevd

* Fix #1013: -h/--help arg to program instead shows help for interpreter
2019-01-16 20:26:39 -08:00

13 lines
247 B
INI

[flake8]
ignore = W,
E24,E121,E123,E125,E126,E221,E226,E266,E704,
E265,E722,E501,E731,E306,E401,E302,E222,E303,
E402,E305,
exclude =
.eggs,
.git,
.tox,
build,
dist,
versioneer.py,
src/ptvsd/_vendored/pydevd