| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Merge branch 'config-remove-parent-tail-state' into 'master' | Anthony Sottile | 2020-01-13 | 2 | -10/+8 | |
| |\ \ \ | ||||||
| | * | | | config: Remove ConfigFileFinder 'parent' and 'tail' attributes | Eric N. Vander Weele | 2020-01-12 | 2 | -7/+5 | |
| | * | | | tests: Ensure patched `os.getcwd()` is an absolute path | Eric N. Vander Weele | 2020-01-12 | 1 | -3/+3 | |
| * | | | | Merge branch 'config-finder-isolated-cleanup' into 'master' | Anthony Sottile | 2020-01-13 | 1 | -3/+0 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | application: Remove stale docstring param for `.find_plugins()` | Eric N. Vander Weele | 2020-01-12 | 1 | -3/+0 | |
| * | | | | Merge branch 'config-finder-isolated' into 'master' | Anthony Sottile | 2020-01-08 | 9 | -54/+60 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | Remove unused 'isolated' parameter | Eric N. Vander Weele | 2020-01-07 | 8 | -48/+22 | |
| | * | | | config: Switch code paths to use 'ConfigFileFinder.ignore_config_files' | Eric N. Vander Weele | 2020-01-07 | 4 | -3/+6 | |
| | * | | | config: Add 'ignore_config_files' parameter to ConfigFileFinder | Eric N. Vander Weele | 2020-01-07 | 3 | -3/+32 | |
| |/ / / | ||||||
| * | | | Merge branch 'config-read-varargs' into 'master' | Anthony Sottile | 2020-01-07 | 3 | -9/+9 | |
| |\ \ \ | ||||||
| | * | | | config: Change ConfigFileFinder._read_config() to accept variadic args | Eric N. Vander Weele | 2020-01-06 | 3 | -9/+9 | |
| |/ / / | ||||||
| * | | | Merge branch 'aggregator-config-isolated-fix' into 'master' | Anthony Sottile | 2019-12-30 | 6 | -19/+74 | |
| |\ \ \ | ||||||
| | * | | | tests: Add integration tests for `--config` and `--isolated` | Eric N. Vander Weele | 2019-12-29 | 1 | -0/+28 | |
| | * | | | aggregator: Forward --config and --isolated options during aggregation | Eric N. Vander Weele | 2019-12-29 | 5 | -19/+46 | |
| |/ / / | ||||||
| * | | | Merge branch 'app-remove-make-config-finder' into 'master' | Anthony Sottile | 2019-12-03 | 4 | -28/+13 | |
| |\ \ \ | ||||||
| | * | | | application: Inline creation of config.ConfigFileFinder | Eric N. Vander Weele | 2019-12-03 | 4 | -28/+13 | |
| |/ / / | ||||||
| * | | | Merge branch 'fix/disable_noqa' into 'master' | Anthony Sottile | 2019-12-03 | 3 | -1/+15 | |
| |\ \ \ | ||||||
| | * | | | Remove redundant sample data | Isac Yoo | 2019-11-13 | 1 | -9/+2 | |
| | * | | | Fix codes | Byeonghoon Yoo | 2019-11-06 | 2 | -25/+34 | |
| | * | | | Fix lint error | Byeonghoon Yoo | 2019-11-05 | 1 | -1/+2 | |
| | * | | | Add unit test for dd411e95 | Byeonghoon Yoo | 2019-11-05 | 2 | -13/+21 | |
| | * | | | Fix should_ignore_file() to handle disable-noqa configuration | Byeonghoon Yoo | 2019-11-05 | 1 | -1/+1 | |
| | * | | | Add disable_noqa attribute to FileProcessor | Byeonghoon Yoo | 2019-11-05 | 1 | -0/+3 | |
| * | | | | Merge branch 'typo' into 'master' | Anthony Sottile | 2019-12-02 | 3 | -4/+4 | |
| |\ \ \ \ | ||||||
| | * | | | | Fix typos | Brian Wignall | 2019-12-02 | 3 | -4/+4 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'fix/exit-zero' into 'master' | Anthony Sottile | 2019-12-02 | 2 | -18/+7 | |
| |\ \ \ \ | ||||||
| | * | | | | Fixes --exit-zero when empty --diff | Kinya TERASAKA | 2019-12-02 | 2 | -18/+7 | |
| * | | | | | Merge branch 'test_pypy' into 'master' | Anthony Sottile | 2019-11-29 | 1 | -0/+10 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Test pypy in gitlab CI | Anthony Sottile | 2019-11-29 | 1 | -0/+10 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'workaround_pypy_repr_recursion_error' into 'master' | Anthony Sottile | 2019-11-29 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Work around RecursionError in EntryPoint.__repr__ in pypy | Anthony Sottile | 2019-11-29 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'importlib_metadata' into 'master' | Anthony Sottile | 2019-11-29 | 12 | -76/+71 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Switch from entrypoints to importlib_metadata | Anthony Sottile | 2019-11-28 | 12 | -76/+71 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'app-cleanup-docstrings' into 'master' | Anthony Sottile | 2019-11-27 | 1 | -5/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | application: Update find_plugins() docstring | Eric N. Vander Weele | 2019-11-27 | 1 | -5/+2 | |
| * | | | | | Merge branch 'app-remove-local-plugin-attr' into 'master' | Anthony Sottile | 2019-11-27 | 1 | -6/+4 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | application: Remove local plugins state | Eric N. Vander Weele | 2019-11-27 | 1 | -6/+4 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'application-remove-config-finder-state' into 'master' | Anthony Sottile | 2019-11-22 | 3 | -16/+26 | |
| |\ \ \ \ | ||||||
| | * | | | | application: Remove configuration finder state | Eric N. Vander Weele | 2019-11-22 | 3 | -16/+26 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'pytest-avoid-5.2.3' into 'master' | Anthony Sottile | 2019-11-15 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | tox: Avoid installing pytest==5.2.3 due to an introduced regression | Eric N. Vander Weele | 2019-11-15 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'app-make-config-side-effect-free' into 'master' | Anthony Sottile | 2019-11-06 | 3 | -8/+18 | |
| |\ \ \ \ | ||||||
| | * | | | | application: Change `make_config_finder` to be a pure static method | Eric N. Vander Weele | 2019-11-06 | 3 | -8/+18 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'app-remove-cached-objects' into 'master' | Anthony Sottile | 2019-11-05 | 1 | -35/+28 | |
| |\ \ \ \ | ||||||
| | * | | | | application: Remove checks for properties being set previously | Eric N. Vander Weele | 2019-11-05 | 1 | -35/+28 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'py38' into 'master' | Anthony Sottile | 2019-11-05 | 5 | -5/+12 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Cleanup CI and add python 3.8 support | Djailla | 2019-11-05 | 5 | -5/+12 | |
| |/ / / | ||||||
| * | | | Merge branch 'aggregate_options-simplify-function-definition' into 'master' | Anthony Sottile | 2019-11-03 | 1 | -10/+14 | |
| |\ \ \ | ||||||
| | * | | | aggregator: Simplify 'aggregate_options' function definition | Eric N. Vander Weele | 2019-11-03 | 1 | -10/+14 | |
| |/ / / | ||||||
| * | | | Merge branch 'application-argv-required-for-parsing' into 'master' | Anthony Sottile | 2019-11-03 | 1 | -2/+2 | |
| |\ \ \ | ||||||
