summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow noqa to apply to lines due to continuationnoqa_continuationAnthony Sottile2020-03-175-30/+122
* Merge branch 'upgrade_pip_no_get_pip' into 'master'Anthony Sottile2020-01-271-2/+1
|\
| * Upgrade pip in gitlab ci without using get-pip.pyAnthony Sottile2020-01-271-2/+1
|/
* Merge branch 'config-appdirs' into 'master'Anthony Sottile2020-01-213-38/+24
|\
| * config: Determine path to user configuration immediatelyEric N. Vander Weele2020-01-203-38/+24
|/
* Merge branch 'config-remove-config-caching' into 'master'Anthony Sottile2020-01-202-54/+13
|\
| * config: Remove checks for configs being previously parsedEric N. Vander Weele2020-01-202-54/+13
|/
* Merge branch 'file_not_found_error' into 'master'Anthony Sottile2020-01-163-6/+14
|\
| * Ensure that a not-found file produces an errorAnthony Sottile2020-01-163-6/+14
* | Merge branch 'document_before_after' into 'master'Anthony Sottile2020-01-161-0/+11
|\ \
| * | document that contents may appear before/after a noqa commentAnthony Sottile2020-01-161-0/+11
| |/
* | Merge branch 'form_feed_difference' into 'master'Anthony Sottile2020-01-164-29/+47
|\ \
| * | split lines the same when read from stdinAnthony Sottile2020-01-164-29/+47
| |/
* | Merge branch 'warning_contains_option' into 'master'Anthony Sottile2020-01-161-1/+2
|\ \
| * | Fix the type= warning to contain the option nameAnthony Sottile2020-01-161-1/+2
| |/
* | Merge branch 'typo_fixes' into 'master'Anthony Sottile2020-01-161-2/+2
|\ \ | |/ |/|
| * Some typo fixes in git hooks docsSorin Sbarnea2020-01-161-2/+2
|/
* Merge branch 'config-finder-extra-files-optional' into 'master'Anthony Sottile2020-01-136-22/+17
|\
| * config: Make ConfigFileFinder 'extra_config_files' parameter optionalEric N. Vander Weele2020-01-126-22/+17
|/
* Merge branch 'config-finder-config-file' into 'master'Anthony Sottile2020-01-139-48/+66
|\
| * Remove unused 'cli_config' parameterEric N. Vander Weele2020-01-128-35/+19
| * config: Switch code paths to use 'ConfigFileFinder.config_file'Eric N. Vander Weele2020-01-124-12/+19
| * config: Add 'config_file' parameter to ConfigFileFinderEric N. Vander Weele2020-01-123-3/+30
|/
* Merge branch 'config-remove-parent-tail-state' into 'master'Anthony Sottile2020-01-132-10/+8
|\
| * config: Remove ConfigFileFinder 'parent' and 'tail' attributesEric N. Vander Weele2020-01-122-7/+5
| * tests: Ensure patched `os.getcwd()` is an absolute pathEric N. Vander Weele2020-01-121-3/+3
* | Merge branch 'config-finder-isolated-cleanup' into 'master'Anthony Sottile2020-01-131-3/+0
|\ \ | |/ |/|
| * application: Remove stale docstring param for `.find_plugins()`Eric N. Vander Weele2020-01-121-3/+0
* | Merge branch 'config-finder-isolated' into 'master'Anthony Sottile2020-01-089-54/+60
|\ \ | |/
| * Remove unused 'isolated' parameterEric N. Vander Weele2020-01-078-48/+22
| * config: Switch code paths to use 'ConfigFileFinder.ignore_config_files'Eric N. Vander Weele2020-01-074-3/+6
| * config: Add 'ignore_config_files' parameter to ConfigFileFinderEric N. Vander Weele2020-01-073-3/+32
|/
* Merge branch 'config-read-varargs' into 'master'Anthony Sottile2020-01-073-9/+9
|\
| * config: Change ConfigFileFinder._read_config() to accept variadic argsEric N. Vander Weele2020-01-063-9/+9
|/
* Merge branch 'aggregator-config-isolated-fix' into 'master'Anthony Sottile2019-12-306-19/+74
|\
| * 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-295-19/+46
|/
* Merge branch 'app-remove-make-config-finder' into 'master'Anthony Sottile2019-12-034-28/+13
|\
| * application: Inline creation of config.ConfigFileFinderEric N. Vander Weele2019-12-034-28/+13
|/
* Merge branch 'fix/disable_noqa' into 'master'Anthony Sottile2019-12-033-1/+15
|\
| * Remove redundant sample dataIsac Yoo2019-11-131-9/+2
| * Fix codesByeonghoon Yoo2019-11-062-25/+34
| * Fix lint errorByeonghoon Yoo2019-11-051-1/+2
| * Add unit test for dd411e95Byeonghoon Yoo2019-11-052-13/+21
| * 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
* | Merge branch 'typo' into 'master'Anthony Sottile2019-12-023-4/+4
|\ \
| * | Fix typosBrian Wignall2019-12-023-4/+4
|/ /
* | Merge branch 'fix/exit-zero' into 'master'Anthony Sottile2019-12-022-18/+7
|\ \
| * | Fixes --exit-zero when empty --diffKinya TERASAKA2019-12-022-18/+7