summaryrefslogtreecommitdiff
path: root/tests/integration
Commit message (Expand)AuthorAgeFilesLines
* Allow noqa to apply to lines due to continuationnoqa_continuationAnthony Sottile2020-03-172-5/+23
* Merge branch 'file_not_found_error' into 'master'Anthony Sottile2020-01-162-1/+10
|\
| * Ensure that a not-found file produces an errorAnthony Sottile2020-01-162-1/+10
* | split lines the same when read from stdinAnthony Sottile2020-01-161-0/+23
|/
* config: Make ConfigFileFinder 'extra_config_files' parameter optionalEric N. Vander Weele2020-01-121-2/+1
* Remove unused 'cli_config' parameterEric N. Vander Weele2020-01-121-2/+2
* config: Switch code paths to use 'ConfigFileFinder.config_file'Eric N. Vander Weele2020-01-121-1/+4
* Remove unused 'isolated' parameterEric N. Vander Weele2020-01-071-2/+2
* config: Switch code paths to use 'ConfigFileFinder.ignore_config_files'Eric N. Vander Weele2020-01-071-1/+2
* tests: Add integration tests for `--config` and `--isolated`Eric N. Vander Weele2019-12-291-0/+28
* aggregator: Forward --config and --isolated options during aggregationEric N. Vander Weele2019-12-291-6/+4
* Switch from entrypoints to importlib_metadataAnthony Sottile2019-11-281-1/+6
* Merge branch 'separate-prelim-options' into 'master'Anthony Sottile2019-10-311-0/+4
|\
| * application: Register preliminary options on a separate argument parserEric N. Vander Weele2019-10-251-1/+4
| * options: Split-out registration of preliminary optionsEric N. Vander Weele2019-10-251-0/+1
* | Merge branch 'specific_noqa_pycodestyle' into 'master'Anthony Sottile2019-10-281-0/+12
|\ \ | |/ |/|
| * Do not pass `noqa` to plugins, have flake8 decide whether to reportAnthony Sottile2019-08-291-0/+12
* | config: Remove `args` parameter from `ConfigFileFinder.__init__`Eric N. Vander Weele2019-10-131-2/+2
* | Don't reset indent_char when we encounter E101Anthony Sottile2019-09-241-0/+19
|/
* Hoist passing through sys.argv at the CLI layerEric N. Vander Weele2019-08-291-0/+10
* move from optparse to argparseAnthony Sottile2019-08-171-14/+22
* Fix / improve recently merged patches + CIAnthony Sottile2019-07-081-1/+4
* support extend-exclude Fixes #535Thomas Grainger2019-07-082-2/+17
* mypy now passesAnthony Sottile2019-05-191-6/+4
* Fix crash when file fails to tokenize but parsesAnthony Sottile2019-04-071-0/+14
* Improve error message for malformed per-file-ignoresAnthony Sottile2019-01-301-0/+27
* Fix flake8 --statisticsAnthony Sottile2019-01-301-1/+18
* Fix legacy api invocation of make_notifierAnthony Sottile2019-01-301-0/+13
* Add integration test for `flake8 --diff`Anthony Sottile2019-01-301-0/+43
* checker: allow physical checks to return multiple results, add testsTom Milligan2018-12-101-7/+81
* Replace setuptools with entrypointsAnthony Sottile2018-11-051-4/+3
* Add paths option in local-plugins config file.Carl Meyer2017-10-242-0/+25
* Add support for local (in-repo, non-setuptools) plugins.Carl Meyer2017-08-032-2/+65
* Fix docstring violationsIan Cordasco2017-05-121-4/+4
* Enable users who want to track all files processedIan Cordasco2016-12-201-0/+1
* Serialize Checkers PluginTypeManager to a dictIan Cordasco2016-08-031-1/+5
* Sort reports by line and columnFabian Neundorf2016-07-281-0/+68
* Relocate integration style checker testsIan Cordasco2016-07-241-0/+78
* Configure flake8-import-order to use Google StyleIan Cordasco2016-06-171-2/+2
* Fix integration testsIan Cordasco2016-06-141-2/+2
* Fix tests broken by updating the default ignore listIan Cordasco2016-06-071-1/+1
* Fix import ordering in test filesIan Cordasco2016-02-251-2/+2
* Add integration tests for aggregate_optionsIan Cordasco2016-01-241-0/+48