summaryrefslogtreecommitdiff
path: root/tests/integration/test_main.py
Commit message (Expand)AuthorAgeFilesLines
* test using python3.10Anthony Sottile2021-08-151-2/+6
* Automatically create output directoriesJouke Witteveen2021-05-101-2/+2
* short circuit on ast error before tokenization errorAnthony Sottile2021-04-181-2/+14
* extend black formatting to tests as wellAnthony Sottile2021-04-181-94/+106
* fix links in codeAnthony Sottile2021-04-031-2/+2
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-301-5/+5
* upgrade pycodestyle to 2.7.0Anthony Sottile2021-03-141-2/+1
* 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 skipping of physical checks when file does not end in newlineAnthony Sottile2020-09-121-0/+31
|/
* 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
* options: Forward `--output-file` to be reparsed for BaseFormatterEric N. Vander Weele2020-05-111-0/+14
* Allow noqa to apply to lines due to continuationnoqa_continuationAnthony Sottile2020-03-171-0/+19
* Merge branch 'file_not_found_error' into 'master'Anthony Sottile2020-01-161-0/+9
|\
| * Ensure that a not-found file produces an errorAnthony Sottile2020-01-161-0/+9
* | split lines the same when read from stdinAnthony Sottile2020-01-161-0/+23
|/
* tests: Add integration tests for `--config` and `--isolated`Eric N. Vander Weele2019-12-291-0/+28
* Merge branch 'specific_noqa_pycodestyle' into 'master'Anthony Sottile2019-10-281-0/+12
|\
| * Do not pass `noqa` to plugins, have flake8 decide whether to reportAnthony Sottile2019-08-291-0/+12
* | Don't reset indent_char when we encounter E101Anthony Sottile2019-09-241-0/+19
|/
* Hoist passing through sys.argv at the CLI layerEric N. Vander Weele2019-08-291-0/+10
* move from optparse to argparseAnthony Sottile2019-08-171-14/+22
* Fix / improve recently merged patches + CIAnthony Sottile2019-07-081-1/+4
* support extend-exclude Fixes #535Thomas Grainger2019-07-081-0/+16
* Fix crash when file fails to tokenize but parsesAnthony Sottile2019-04-071-0/+14
* Improve error message for malformed per-file-ignoresAnthony Sottile2019-01-301-0/+27
* Fix flake8 --statisticsAnthony Sottile2019-01-301-1/+18
* Add integration test for `flake8 --diff`Anthony Sottile2019-01-301-0/+43