summaryrefslogtreecommitdiff
path: root/src/flake8/api
Commit message (Expand)AuthorAgeFilesLines
* com2annAnthony Sottile2021-03-301-1/+1
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-301-3/+3
* upgrade black and run via pre-commitAnthony Sottile2020-08-271-1/+2
* Remove unused 'cli_config' parameterEric N. Vander Weele2020-01-121-2/+3
* Remove unused 'isolated' parameterEric N. Vander Weele2020-01-071-8/+5
* aggregator: Forward --config and --isolated options during aggregationEric N. Vander Weele2019-12-291-1/+6
* application: Inline creation of config.ConfigFileFinderEric N. Vander Weele2019-12-031-1/+3
* application: Remove configuration finder stateEric N. Vander Weele2019-11-221-3/+5
* application: Change `make_config_finder` to be a pure static methodEric N. Vander Weele2019-11-061-1/+3
* application: Rename prelim parsing method to 'parse_preliminary_options'Eric N. Vander Weele2019-11-031-4/+1
* Reformat with black >= 19.10b0Eric N. Vander Weele2019-11-011-3/+4
* application: Forward remaining unknown arguments to final CLI parsingEric N. Vander Weele2019-10-251-2/+2
* application: Remove forwarding unused preliminary argumentsEric N. Vander Weele2019-10-131-1/+1
* application: Pass prelim opts to `.find_plugins()`Eric N. Vander Weele2019-10-011-1/+1
* application: Pass prelim opts and args to `.make_config_finder()`Eric N. Vander Weele2019-10-011-1/+1
* application: Pass returned prelim options to `.configure_logging()`Eric N. Vander Weele2019-10-011-3/+3
* move from optparse to argparseAnthony Sottile2019-08-171-2/+3
* Fix legacy api invocation of make_notifierAnthony Sottile2019-01-301-1/+0
* Use black to reformat Flake8Ian Stapleton Cordasco2018-10-201-9/+14
* Add support for local (in-repo, non-setuptools) plugins.Carl Meyer2017-08-031-0/+5
* Fix docstring violationsIan Cordasco2017-05-121-3/+3
* Recreate file_checker_manager since it has references to old style_guide/form...Philip Witty2016-12-151-0/+2
* Spelling fixesVille Skyttä2016-08-131-1/+1
* Reset Application.formatter attribute in init_reportIan Cordasco2016-07-301-0/+1
* Add a bunch more legacy API testsIan Cordasco2016-07-191-2/+3
* Use raw strings for docstringIan Cordasco2016-07-141-1/+1
* Document Legacy APIIan Cordasco2016-07-141-1/+13
* Fix up docstrings and __all__ in api.legacyIan Cordasco2016-07-141-2/+17
* Run the individual methods in Application#initializeIan Cordasco2016-07-141-1/+10
* Use statistics in the legacy report classIan Cordasco2016-07-121-1/+6
* Handle kwargs passed to get_style_guidebackwards-compat-apiIan Cordasco2016-07-071-0/+10
* Fill in most of the legacy APIIan Cordasco2016-07-073-52/+142
* Add the skeleton for the LegacyStyleGuideIan Cordasco2016-06-301-0/+47
* Move flake8 into srcIan Cordasco2016-06-251-0/+10