summaryrefslogtreecommitdiff
path: root/src/flake8/utils.py
Commit message (Expand)AuthorAgeFilesLines
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-05-241-2/+2
* extend black formatting to tests as wellAnthony Sottile2021-04-181-5/+2
* improve code coverage in a few placesAnthony Sottile2021-04-071-4/+1
* fix mypy errorsAnthony Sottile2021-04-071-1/+1
* audit + string joiningAnthony Sottile2021-03-301-4/+3
* audit .format(...) callsAnthony Sottile2021-03-301-5/+3
* com2annAnthony Sottile2021-03-301-35/+37
* clean up TYPE_CHECKING importsAnthony Sottile2021-03-301-1/+2
* clean up OrderedDictAnthony Sottile2021-03-301-7/+5
* clean up version_info referencesAnthony Sottile2021-03-301-18/+7
* clean up _stdin_get_value_py3Anthony Sottile2021-03-301-7/+3
* clean up string_typesAnthony Sottile2021-03-301-3/+2
* clean up lru_cache in compatAnthony Sottile2021-03-301-2/+2
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-301-11/+13
* introduce pyupgrade, run it in python2-compatible modeAnthony Sottile2021-03-291-1/+1
* ensure crlf line endings of stdin are handled properlyAnthony Sottile2021-01-071-1/+2
* fix a few small spelling issuesAnthony Sottile2020-09-201-1/+1
* Fix using --exclude=.* to not match `.` and `..`Anthony Sottile2020-05-071-1/+1
* split lines the same when read from stdinAnthony Sottile2020-01-161-15/+19
* Only use multiprocessing when the method is forkAnthony Sottile2019-10-281-24/+0
* Simplify bandit config and allow `assert`Anthony Sottile2019-09-071-3/+3
* utils: Tighten `parse_comma_separated_list()` contract furtherEric N. Vander Weele2019-07-281-4/+1
* Normalize option values additionally by typeEric N. Vander Weele2019-07-281-3/+1
* utils: Change `normalize_paths()` contractEric N. Vander Weele2019-07-281-5/+3
* utils: Assert desired contract for `normalize_paths()`Eric N. Vander Weele2019-07-281-0/+1
* utils: Change `parse_comma_separated_list()` contractEric N. Vander Weele2019-07-281-6/+4
* utils: Assert desired contract for `parse_comma_separated_list()`Eric N. Vander Weele2019-07-281-0/+4
* Fix / improve recently merged patches + CIAnthony Sottile2019-07-081-2/+2
* Merge branch 'master' into 'master'Anthony Sottile2019-07-081-3/+2
|\
| * Remove filter by filename in utils.filenames_fromYevhen Amelin2019-03-191-3/+2
* | mypy now passesAnthony Sottile2019-05-191-27/+30
|/
* Improve a few mypy type annotationsAnthony Sottile2019-02-171-3/+3
* FIX 507: allow multiple letters in codesИлья Лебедев2019-02-111-1/+1
* Remove noqa comments now that 3.7 has been releasedAnthony Sottile2019-01-311-4/+3
* Improve error message for malformed per-file-ignoresAnthony Sottile2019-01-301-2/+19
* Make uses of typing compatible with python 3.5.1 / 3.5.0Anthony Sottile2019-01-301-3/+2
* Allow capitalized filenames in per-file-ignoresAnthony Sottile2019-01-291-1/+1
* Some lint / mypy fixesAnthony Sottile2019-01-241-3/+10
* Support more syntaxes in per-file-ignoresAnthony Sottile2019-01-071-1/+94
* Remove workarounds for older, unsupported PythonsJon Dufresne2018-12-051-6/+5
* Refactor to support the per-file-ignoresIan Stapleton Cordasco2018-10-271-0/+32
* Add support for per-file ignores in configIan Stapleton Cordasco2018-10-251-0/+1
* Use black to reformat Flake8Ian Stapleton Cordasco2018-10-201-28/+34
* Allow our local plugin parsing to accept commasIan Stapleton Cordasco2017-08-091-2/+8
* Support spaces as error/ignore code separatorsIan Cordasco2017-05-251-1/+2
* Filter out empty ignore/select codesIan Cordasco2017-05-201-1/+2
* Don't apply excludes greedily to subdirsAnthony Sottile2017-03-161-1/+1
* Modify stdin retriever to detect coding pragmaIan Cordasco2017-02-201-4/+14
* Diable multiprocessing behaviour on WindowsIan Cordasco2016-07-291-1/+11
* Ensure we're only on Python 2.7Ian Cordasco2016-07-261-1/+1