summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow noqa to apply to lines due to continuationnoqa_continuationAnthony Sottile2020-03-172-20/+54
* config: Determine path to user configuration immediatelyEric N. Vander Weele2020-01-201-17/+18
* config: Remove checks for configs being previously parsedEric N. Vander Weele2020-01-201-30/+13
* Merge branch 'file_not_found_error' into 'master'Anthony Sottile2020-01-161-5/+4
|\
| * Ensure that a not-found file produces an errorAnthony Sottile2020-01-161-5/+4
* | Merge branch 'form_feed_difference' into 'master'Anthony Sottile2020-01-162-16/+20
|\ \
| * | split lines the same when read from stdinAnthony Sottile2020-01-162-16/+20
| |/
* | Fix the type= warning to contain the option nameAnthony Sottile2020-01-161-1/+2
|/
* config: Make ConfigFileFinder 'extra_config_files' parameter optionalEric N. Vander Weele2020-01-121-3/+4
* Remove unused 'cli_config' parameterEric N. Vander Weele2020-01-124-29/+13
* config: Switch code paths to use 'ConfigFileFinder.config_file'Eric N. Vander Weele2020-01-121-7/+7
* config: Add 'config_file' parameter to ConfigFileFinderEric N. Vander Weele2020-01-122-3/+13
* Merge branch 'config-remove-parent-tail-state' into 'master'Anthony Sottile2020-01-131-4/+1
|\
| * config: Remove ConfigFileFinder 'parent' and 'tail' attributesEric N. Vander Weele2020-01-121-4/+1
* | application: Remove stale docstring param for `.find_plugins()`Eric N. Vander Weele2020-01-121-3/+0
|/
* Remove unused 'isolated' parameterEric N. Vander Weele2020-01-074-42/+14
* config: Switch code paths to use 'ConfigFileFinder.ignore_config_files'Eric N. Vander Weele2020-01-071-2/+2
* config: Add 'ignore_config_files' parameter to ConfigFileFinderEric N. Vander Weele2020-01-072-3/+12
* config: Change ConfigFileFinder._read_config() to accept variadic argsEric N. Vander Weele2020-01-061-6/+6
* aggregator: Forward --config and --isolated options during aggregationEric N. Vander Weele2019-12-293-12/+41
* application: Inline creation of config.ConfigFileFinderEric N. Vander Weele2019-12-033-22/+6
* Merge branch 'fix/disable_noqa' into 'master'Anthony Sottile2019-12-031-1/+4
|\
| * Fix codesByeonghoon Yoo2019-11-061-5/+4
| * Fix lint errorByeonghoon Yoo2019-11-051-1/+2
| * Fix should_ignore_file() to handle disable-noqa configurationByeonghoon Yoo2019-11-051-1/+1
| * Add disable_noqa attribute to FileProcessorByeonghoon Yoo2019-11-051-0/+3
* | Fix typosBrian Wignall2019-12-021-2/+2
* | Merge branch 'fix/exit-zero' into 'master'Anthony Sottile2019-12-021-1/+3
|\ \
| * | Fixes --exit-zero when empty --diffKinya TERASAKA2019-12-021-1/+3
* | | Work around RecursionError in EntryPoint.__repr__ in pypyAnthony Sottile2019-11-291-1/+1
* | | Switch from entrypoints to importlib_metadataAnthony Sottile2019-11-286-29/+33
|/ /
* | Merge branch 'app-cleanup-docstrings' into 'master'Anthony Sottile2019-11-271-5/+2
|\ \
| * | application: Update find_plugins() docstringEric N. Vander Weele2019-11-271-5/+2
* | | application: Remove local plugins stateEric N. Vander Weele2019-11-271-6/+4
|/ /
* | application: Remove configuration finder stateEric N. Vander Weele2019-11-222-14/+20
* | Merge branch 'app-make-config-side-effect-free' into 'master'Anthony Sottile2019-11-062-7/+16
|\ \
| * | application: Change `make_config_finder` to be a pure static methodEric N. Vander Weele2019-11-062-7/+16
| |/
* | application: Remove checks for properties being set previouslyEric N. Vander Weele2019-11-051-35/+28
|/
* aggregator: Simplify 'aggregate_options' function definitionEric N. Vander Weele2019-11-031-10/+14
* Merge branch 'application-argv-required-for-parsing' into 'master'Anthony Sottile2019-11-031-2/+2
|\
| * application: Make 'parse_configuration_and_cli' parameter requiredEric N. Vander Weele2019-11-031-2/+2
* | Merge branch 'application-parse-prelim-opts' into 'master'Anthony Sottile2019-11-032-11/+6
|\ \
| * | application: Rename prelim parsing method to 'parse_preliminary_options'Eric N. Vander Weele2019-11-032-11/+6
| |/
* | application: Simplify creation of configuration file finderEric N. Vander Weele2019-11-031-8/+8
|/
* Reformat with black >= 19.10b0Eric N. Vander Weele2019-11-011-3/+4
* Merge branch 'separate-prelim-options' into 'master'Anthony Sottile2019-10-314-78/+81
|\
| * application: Forward remaining unknown arguments to final CLI parsingEric N. Vander Weele2019-10-252-4/+4
| * application: Ensure `--version` is unknown during preliminary parsingEric N. Vander Weele2019-10-251-15/+1
| * application: Ensure `-h/--help` is unknown during preliminary parsingEric N. Vander Weele2019-10-251-8/+0
| * application: Keep unknown options in the unknown argument listEric N. Vander Weele2019-10-251-4/+1