flake8/tests
Eric N. Vander Weele 50ac2f7237 Hoist passing through sys.argv at the CLI layer
`flake8.main.cli.main()` is the primary entry point for the command-line
implementation of flake8 (invoked via `__main__` or `console_scripts`).
Therefore, it is reasonable for the entry point to be responsible for
obtaining command line arguments from `sys.argv` there.

Additionally, the contract for various argument parsing methods to be
guaranteed a `List[str]`.
2019-08-28 17:51:33 -04:00
..
fixtures Add paths option in local-plugins config file. 2017-10-24 19:58:18 -07:00
integration Hoist passing through sys.argv at the CLI layer 2019-08-28 17:51:33 -04:00
unit Put plugin options into separate argparse groups 2019-08-19 15:58:34 -07:00
__init__.py mypy now passes 2019-05-19 17:31:04 -07:00
conftest.py Add a docstring to conftest 2016-01-10 13:15:25 -06:00