summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* include the file path in the plugin execution errorAnthony Sottile2022-01-232-1/+7
* remove unused parameter from make_formatterAnthony Sottile2022-01-231-1/+1
* change keyword_arguments_for so it does not modify and returnAnthony Sottile2022-01-231-8/+8
* remove `log_token` and `EXTRA_VERBOSE`Anthony Sottile2022-01-232-46/+1
* use the actual line contents when processing physical linesAnthony Sottile2022-01-221-18/+18
* add a --require-plugins optionAnthony Sottile2022-01-223-10/+142
* always use UTF-8 encoding when reading configurationAnthony Sottile2022-01-201-0/+25
* combine local_plugin_paths and parse_plugin_optionsAnthony Sottile2022-01-181-29/+44
* refactor plugin loading options to prepare for --require-pluginsAnthony Sottile2022-01-101-8/+15
* use tokenize.TokenInfo instead of _Token aliasAnthony Sottile2022-01-051-1/+1
* break type checking cyclesAnthony Sottile2022-01-055-34/+21
* use typesafe NamedTuplenew_namedtupleAnthony Sottile2022-01-051-1/+1
* type the rest of the legacy apiAnthony Sottile2022-01-051-27/+7
* perform path normalization on '.'Anthony Sottile2022-01-051-0/+1
* fix extended_default_select from plugin loadingAnthony Sottile2022-01-011-6/+6
* move managing of off_by_default / enable_extensions to plugin loadingoff_by_defaultAnthony Sottile2022-01-014-80/+77
* rework plugin loadingAnthony Sottile2021-12-3113-571/+765
* add failing test for missing config fileRuairidh MacLeod2021-12-241-0/+6
* have OptionManager take plugin versions directlyAnthony Sottile2021-12-083-147/+23
* use plugin_name= instead of dicts in exceptionsAnthony Sottile2021-12-071-2/+2
* eliminate --bug-report double-parse quirk with store_trueAnthony Sottile2021-12-071-45/+0
* refactor run_checks to not take an Optional list of filenamesAnthony Sottile2021-11-252-7/+8
* refactor and simplify configuration loadingAnthony Sottile2021-11-225-388/+174
* move from allowlist to blocklist for mypyAnthony Sottile2021-11-143-3/+7
* replace py2-kwonly shim with true kwonly argsAnthony Sottile2021-11-141-8/+6
* split out file discovery and test itAnthony Sottile2021-11-143-95/+184
* fix test name after exit -> exit_code refactorAnthony Sottile2021-11-141-2/+2
* have application return exit code for easier testingAnthony Sottile2021-11-141-11/+8
* use return value of parse_args directlyAnthony Sottile2021-11-141-10/+10
* add a __repr__ for JobsArgumentAnthony Sottile2021-11-141-0/+6
* improve coverage a bitAnthony Sottile2021-11-141-8/+23
* remove dead codeAnthony Sottile2021-11-142-17/+0
* add --color optionAnthony Sottile2021-11-053-0/+48
* Fix testsMax R2021-10-171-51/+18
* Drop support for Home and XDG config filesIan Stapleton Cordasco2021-10-101-77/+10
* fix test name after refactorAnthony Sottile2021-09-081-2/+2
* write directly to sys.stdout.buffer to avoid windows io encodingAnthony Sottile2021-09-081-19/+8
* test using python3.10Anthony Sottile2021-08-151-14/+7
* short circuit on ast error before tokenization errorAnthony Sottile2021-04-182-25/+0
* extend black formatting to tests as wellAnthony Sottile2021-04-1823-956/+1217
* Fix bug for plugins using extend_default_ignorefix-extend-default-ignoreIan Stapleton Cordasco2021-04-152-178/+400
* Add --extend-select command line argumentFrank Winklmeier2021-04-112-16/+26
* improve code coverage in a few placesAnthony Sottile2021-04-071-0/+7
* fix mypy errorsAnthony Sottile2021-04-072-46/+32
* fix links in codeAnthony Sottile2021-04-031-1/+1
* audit + string joiningAnthony Sottile2021-03-301-1/+1
* clean up version_info referencesAnthony Sottile2021-03-301-1/+0
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-3019-28/+31
* introduce pyupgrade, run it in python2-compatible modeAnthony Sottile2021-03-291-1/+1
* remove flake8 setuptools commandAnthony Sottile2021-03-291-33/+0