summaryrefslogtreecommitdiff
path: root/src/flake8/utils.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check for alternate_separator only when truthyIan Cordasco2016-07-221-1/+2
* Check for both os.path.sep and os.path.altsepIan Cordasco2016-07-221-4/+7
* Fix up merge request 78Ian Cordasco2016-07-201-10/+12
* Allow stdin and directly named files to be excluded from checkLeonardo Rochael Almeida2016-07-201-12/+14
* Add python and platform details to --versionIan Cordasco2016-06-281-0/+17
* Handle optional parameters that were never supportedIan Cordasco2016-06-281-8/+15
* Search current directory if no paths are specifiedIan Cordasco2016-06-261-6/+12
* Move flake8 into srcIan Cordasco2016-06-251-0/+279