summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | | | Merge branch 'test_pypy' into 'master'Anthony Sottile2019-11-291-0/+10
|\ \ \ \ \
| * | | | | Test pypy in gitlab CIAnthony Sottile2019-11-291-0/+10
|/ / / / /
* | | | | Merge branch 'workaround_pypy_repr_recursion_error' into 'master'Anthony Sottile2019-11-291-1/+1
|\ \ \ \ \
| * | | | | Work around RecursionError in EntryPoint.__repr__ in pypyAnthony Sottile2019-11-291-1/+1
|/ / / / /
* | | | | Merge branch 'importlib_metadata' into 'master'Anthony Sottile2019-11-2912-76/+71
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Switch from entrypoints to importlib_metadataAnthony Sottile2019-11-2812-76/+71
|/ / / /
* | | | 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
* | | | | Merge branch 'app-remove-local-plugin-attr' into 'master'Anthony Sottile2019-11-271-6/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | application: Remove local plugins stateEric N. Vander Weele2019-11-271-6/+4
|/ / / /
* | | | Merge branch 'application-remove-config-finder-state' into 'master'Anthony Sottile2019-11-223-16/+26
|\ \ \ \
| * | | | application: Remove configuration finder stateEric N. Vander Weele2019-11-223-16/+26
|/ / / /
* | | | Merge branch 'pytest-avoid-5.2.3' into 'master'Anthony Sottile2019-11-151-1/+1
|\ \ \ \
| * | | | tox: Avoid installing pytest==5.2.3 due to an introduced regressionEric N. Vander Weele2019-11-151-1/+1
|/ / / /
* | | | Merge branch 'app-make-config-side-effect-free' into 'master'Anthony Sottile2019-11-063-8/+18
|\ \ \ \
| * | | | application: Change `make_config_finder` to be a pure static methodEric N. Vander Weele2019-11-063-8/+18
| |/ / /
* | | | Merge branch 'app-remove-cached-objects' into 'master'Anthony Sottile2019-11-051-35/+28
|\ \ \ \
| * | | | application: Remove checks for properties being set previouslyEric N. Vander Weele2019-11-051-35/+28
| |/ / /
* | | | Merge branch 'py38' into 'master'Anthony Sottile2019-11-055-5/+12
|\ \ \ \ | |/ / / |/| | |
| * | | Cleanup CI and add python 3.8 supportDjailla2019-11-055-5/+12
|/ / /
* | | Merge branch 'aggregate_options-simplify-function-definition' into 'master'Anthony Sottile2019-11-031-10/+14
|\ \ \
| * | | 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
|\ \ \