debugpy/.flake8
Derek Keeler e80a669624
Update for VSTS-based CI process (#431)
* 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
2018-06-21 17:09:53 -07:00

5 lines
126 B
INI

[flake8]
ignore = E24,E121,E123,E125,E126,E221,E226,E266,E704,E265
exclude =
ptvsd/_vendored/pydevd,
./versioneer.py