mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
* Add flake8 configuration files - .flake8.ci: addendum config for CI to make use of only. * Add build badge for CI in VSTS * Enable JUnit style test file output. - convert_args return value simplified - allow original style of unittest reporting as well - remove unnecessary flags from junit xmlrunner * Use argparse to collect runtime configuration of tests module
5 lines
126 B
INI
5 lines
126 B
INI
[flake8]
|
|
ignore = E24,E121,E123,E125,E126,E221,E226,E266,E704,E265
|
|
exclude =
|
|
ptvsd/_vendored/pydevd,
|
|
./versioneer.py
|