summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix bug for plugins using extend_default_ignorefix-extend-default-ignoreIan Stapleton Cordasco2021-04-152-1/+7
* Add --extend-select command line argumentFrank Winklmeier2021-04-112-1/+21
* improve code coverage in a few placesAnthony Sottile2021-04-072-17/+2
* fix mypy errorsAnthony Sottile2021-04-075-30/+56
* Merge pull request #43 from sobolevn/patch-1Anthony Sottile2021-04-031-1/+1
|\
| * Typo fixNikita Sobolev2021-03-221-1/+1
* | fix links in codeAnthony Sottile2021-04-031-6/+6
* | audit + string joiningAnthony Sottile2021-03-305-11/+10
* | audit % format callsAnthony Sottile2021-03-304-9/+9
* | audit .format(...) callsAnthony Sottile2021-03-305-21/+9
* | com2annAnthony Sottile2021-03-3019-389/+361
* | clean up TYPE_CHECKING importsAnthony Sottile2021-03-307-12/+16
* | clean up OrderedDictAnthony Sottile2021-03-301-7/+5
* | clean up version_info referencesAnthony Sottile2021-03-302-27/+12
* | clean up _stdin_get_value_py3Anthony Sottile2021-03-301-7/+3
* | clean up readlines_py2Anthony Sottile2021-03-301-16/+2
* | clean up string_typesAnthony Sottile2021-03-302-9/+6
* | clean up lru_cache in compatAnthony Sottile2021-03-303-7/+6
* | automatic: pyupgrade --py36-plusAnthony Sottile2021-03-3019-88/+121
* | introduce pyupgrade, run it in python2-compatible modeAnthony Sottile2021-03-295-6/+9
* | remove flake8 setuptools commandAnthony Sottile2021-03-291-115/+0
* | remove unused noqa commentsAnthony Sottile2021-03-291-1/+1
* | remove vcs integrationAnthony Sottile2021-03-298-526/+2
|/
* Release 3.9.03.9.0Anthony Sottile2021-03-141-1/+1
* upgrade pycodestyle to 2.7.0Anthony Sottile2021-03-141-0/+2
* Add indent-size optionvalentin2021-03-143-0/+12
* ensure crlf line endings of stdin are handled properlyAnthony Sottile2021-01-071-1/+2
* Merge branch 'no_show_source' into 'master'Anthony Sottile2020-10-021-0/+7
|\
| * Add option to disable show-source for calling toolsAnthony Sottile2020-06-191-0/+7
* | Release 3.8.43.8.4Anthony Sottile2020-10-021-1/+1
* | fix a few small spelling issuesAnthony Sottile2020-09-207-7/+7
* | fix skipping of physical checks when file does not end in newlineAnthony Sottile2020-09-121-4/+13
* | Support linting when missing sem_open syscallNekokatt2020-08-271-11/+23
* | upgrade black and run via pre-commitAnthony Sottile2020-08-272-3/+7
|/
* Release 3.8.33.8.3Anthony Sottile2020-06-081-1/+1
* Help clarify the option behaviourmsmetko2020-06-071-1/+1
* fix JobsArgument --help outputRuairidh MacLeod2020-06-051-0/+4
* processor: Catch SyntaxError also when generating tokens for a fileEric N. Vander Weele2020-06-021-1/+1
* Release 3.8.23.8.2Anthony Sottile2020-05-222-4/+2
* treat --extend-exclude as a file listAnthony Sottile2020-05-211-0/+1
* config: Normalize paths in CLI-specified config relative to config dirEric N. Vander Weele2020-05-181-1/+1
* config: Normalize paths in config relative to provided parent directoryEric N. Vander Weele2020-05-181-4/+7
* Parse --jobs as a custom argparse type. Fixes #567Ruairidh MacLeod2020-05-132-9/+24
* Manager.run_parallel: Remove useless sort by (column, column)Anders Kaseorg2020-05-121-3/+1
* Release 3.8.13.8.1Anthony Sottile2020-05-111-1/+1
* options: Forward `--output-file` to be reparsed for BaseFormatterEric N. Vander Weele2020-05-111-1/+6
* Release 3.8.03.8.0Anthony Sottile2020-05-111-1/+1
* Merge branch 'exclude_dotfiles' into 'master'Anthony Sottile2020-05-071-1/+1
|\
| * Fix using --exclude=.* to not match `.` and `..`Anthony Sottile2020-05-071-1/+1
* | Fix logical checks which report position out of boundsAnthony Sottile2020-05-071-2/+6
|/