mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
* 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
13 lines
247 B
INI
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
|