summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | upgrade black and run via pre-commitAnthony Sottile2020-08-272-3/+7
|/
* Release 3.8.33.8.3Anthony Sottile2020-06-081-1/+1
* Help clarify the option behaviourmsmetko2020-06-071-1/+1
* fix JobsArgument --help outputRuairidh MacLeod2020-06-051-0/+4
* processor: Catch SyntaxError also when generating tokens for a fileEric N. Vander Weele2020-06-021-1/+1
* Release 3.8.23.8.2Anthony Sottile2020-05-222-4/+2
* treat --extend-exclude as a file listAnthony Sottile2020-05-211-0/+1
* config: Normalize paths in CLI-specified config relative to config dirEric N. Vander Weele2020-05-181-1/+1
* config: Normalize paths in config relative to provided parent directoryEric N. Vander Weele2020-05-181-4/+7
* Parse --jobs as a custom argparse type. Fixes #567Ruairidh MacLeod2020-05-132-9/+24
* Manager.run_parallel: Remove useless sort by (column, column)Anders Kaseorg2020-05-121-3/+1
* Release 3.8.13.8.1Anthony Sottile2020-05-111-1/+1
* options: Forward `--output-file` to be reparsed for BaseFormatterEric N. Vander Weele2020-05-111-1/+6
* Release 3.8.03.8.0Anthony Sottile2020-05-111-1/+1
* Merge branch 'exclude_dotfiles' into 'master'Anthony Sottile2020-05-071-1/+1
|\
| * Fix using --exclude=.* to not match `.` and `..`Anthony Sottile2020-05-071-1/+1
* | Fix logical checks which report position out of boundsAnthony Sottile2020-05-071-2/+6
|/
* Add deprecation message for git hookAnthony Sottile2020-04-271-0/+11
* Release 3.8.0a23.8.0a2Anthony Sottile2020-04-241-1/+1
* Fix type='str' optparse optionsAnthony Sottile2020-04-241-0/+2
* Release 3.8.0.a13.8.0a1Anthony Sottile2020-04-241-1/+1
* Support pyflakes 2.2.xAnthony Sottile2020-04-111-0/+16
* 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
|\ \