summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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-152-16/+13
* Handle new SyntaxError tuple on 3.10Ian Stapleton Cordasco2021-08-151-0/+24
* Automatically create output directoriesJouke Witteveen2021-05-101-2/+2
* short circuit on ast error before tokenization errorAnthony Sottile2021-04-183-27/+14
* extend black formatting to tests as wellAnthony Sottile2021-04-1830-1167/+1514
* 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-073-46/+36
* fix links in codeAnthony Sottile2021-04-032-3/+3
* audit + string joiningAnthony Sottile2021-03-301-1/+1
* clean up version_info referencesAnthony Sottile2021-03-301-1/+0
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-3024-40/+44
* introduce pyupgrade, run it in python2-compatible modeAnthony Sottile2021-03-291-1/+1
* remove flake8 setuptools commandAnthony Sottile2021-03-291-33/+0
* remove vcs integrationAnthony Sottile2021-03-291-29/+0
* upgrade pycodestyle to 2.7.0Anthony Sottile2021-03-142-2/+2
* ensure crlf line endings of stdin are handled properlyAnthony Sottile2021-01-071-0/+10
* fix test which was not testing anythingAnthony Sottile2021-01-071-3/+5
* Merge branch 'no_show_source' into 'master'Anthony Sottile2020-10-021-0/+25
|\
| * Add option to disable show-source for calling toolsAnthony Sottile2020-06-191-0/+25
* | fix a few small spelling issuesAnthony Sottile2020-09-202-3/+3
* | fix skipping of physical checks when file does not end in newlineAnthony Sottile2020-09-121-0/+31
* | Support linting when missing sem_open syscallNekokatt2020-08-271-0/+35
* | Tests: Add a value to mocked entry_points, so pytest 6+ can log itMiro HronĨok2020-07-201-0/+1
|/
* fix JobsArgument --help outputRuairidh MacLeod2020-06-051-0/+6
* processor: Catch SyntaxError also when generating tokens for a fileEric N. Vander Weele2020-06-021-0/+11
* treat --extend-exclude as a file listAnthony Sottile2020-05-211-1/+1
* config: Normalize paths in CLI-specified config relative to config dirEric N. Vander Weele2020-05-181-6/+7
* Parse --jobs as a custom argparse type. Fixes #567Ruairidh MacLeod2020-05-132-1/+32
* options: Forward `--output-file` to be reparsed for BaseFormatterEric N. Vander Weele2020-05-111-0/+14
* Merge branch 'exclude_dotfiles' into 'master'Anthony Sottile2020-05-071-0/+8
|\
| * Fix using --exclude=.* to not match `.` and `..`Anthony Sottile2020-05-071-0/+8
* | Fix logical checks which report position out of boundsAnthony Sottile2020-05-071-0/+22
|/
* Fix type='str' optparse optionsAnthony Sottile2020-04-241-0/+2
* instrument coverage on tests and require 100% coverage thereAnthony Sottile2020-03-237-16/+13
* Allow noqa to apply to lines due to continuationnoqa_continuationAnthony Sottile2020-03-173-10/+68
* config: Determine path to user configuration immediatelyEric N. Vander Weele2020-01-202-21/+6
* config: Remove checks for configs being previously parsedEric N. Vander Weele2020-01-201-24/+0
* Merge branch 'file_not_found_error' into 'master'Anthony Sottile2020-01-162-1/+10
|\
| * Ensure that a not-found file produces an errorAnthony Sottile2020-01-162-1/+10
* | split lines the same when read from stdinAnthony Sottile2020-01-162-13/+27
|/
* config: Make ConfigFileFinder 'extra_config_files' parameter optionalEric N. Vander Weele2020-01-125-19/+13
* Remove unused 'cli_config' parameterEric N. Vander Weele2020-01-124-6/+6
* config: Switch code paths to use 'ConfigFileFinder.config_file'Eric N. Vander Weele2020-01-123-5/+12
* config: Add 'config_file' parameter to ConfigFileFinderEric N. Vander Weele2020-01-121-0/+17
* config: Remove ConfigFileFinder 'parent' and 'tail' attributesEric N. Vander Weele2020-01-121-3/+4
* tests: Ensure patched `os.getcwd()` is an absolute pathEric N. Vander Weele2020-01-121-3/+3