summaryrefslogtreecommitdiff
path: root/pycodestyle.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Check for 'is' and 'in' as wellAdam Johnson2019-02-281-1/+1
* | E225 Check for space around boolean operatorsAdam Johnson2019-02-271-2/+5
* | Expect lines to be indented 8 places when tabs are usedJon Dufresne2019-01-311-3/+5
|/
* Add release notes for 2.5.02.5.0Ian Stapleton Cordasco2019-01-291-1/+1
* Allow W605 to be silenced by noqaAnthony Sottile2019-01-261-1/+4
* Add check for over-indented blocksJon Dufresne2019-01-241-1/+5
* Merge pull request #823 from anntzer/allow-no-blanks-around-one-linersIan Stapleton Cordasco2019-01-231-0/+10
|\
| * Allow omitting blank lines around one-liner definitions.Antony Lee2019-01-051-0/+10
* | Merge pull request #819 from wwwjfy/issue-811Ian Stapleton Cordasco2019-01-231-0/+14
|\ \
| * | fix #811, corner cases for async/await checkTony Wang2018-11-241-0/+14
| |/
* | Add whitespace around -> annotating operator (#809)Tomer Keren2018-12-071-1/+4
* | refs W606, only NAME can follow awaitTony Wang2018-11-241-1/+1
|/
* Merge pull request #801 from mwhudson/tokenizer-compatIan Stapleton Cordasco2018-11-221-2/+2
|\
| * Keep compability with stdlib tokenize.py changesMichael Hudson-Doyle2018-09-251-2/+2
* | Microoptimisation: avoid creating string slicesMarius Gedminas2018-11-221-1/+1
* | Make W605 point to the invalid sequenceMarius Gedminas2018-11-221-2/+7
* | Fix line offset for 'invalid escape sequence'Anthony Sottile2018-10-201-1/+2
|/
* Comment spelling fixVille Skyttä2018-07-071-1/+1
* Remove support for EOL Python 2.6 and 3.3Jon Dufresne2018-06-021-26/+9
* Merge pull request #751 from hhatto/w504-positionIan Stapleton Cordasco2018-05-191-2/+3
|\
| * rename variablehhatto2018-04-141-3/+3
| * Change the position pointed out by W504hhatto2018-04-141-2/+3
* | Pydoc fixes to support W505 in self-checksBrian Van Klaveren2018-05-111-110/+128
* | Implement W505 - Max Doc Length checkBrian Van Klaveren2018-05-111-4/+65
* | Fix detection of annotated argument defaultsJimmy Jia2018-04-181-6/+6
|/
* Merge pull request #747 from hhatto/w605-positionIan Stapleton Cordasco2018-04-121-1/+1
|\
| * Change the position pointed out by W605hhatto2018-04-121-1/+1
* | Fix flake8 test environmentIan Stapleton Cordasco2018-04-121-3/+3
|/
* Release v2.4.02.4.0Ian Stapleton Cordasco2018-04-101-1/+1
* Add variables so blank lines may be configuresAdi Roiban2018-04-081-14/+34
* Ignore length of shebang line (#736)Jimi Cullen2018-04-031-1/+5
* Finalize support for Python 3.7Adi Roiban2018-03-241-2/+2
* Merge pull request #684 from jdufresne/async-awaitIan Stapleton Cordasco2018-02-171-0/+54
|\
| * Add W606 warning for async and await keywords in Python 3.7Jon Dufresne2017-09-301-0/+54
* | Merge pull request #717 from taion/annot-missing-spaceIan Stapleton Cordasco2018-01-241-5/+20
|\ \
| * | Add E252 on missing whitespace for annotated parameter defaultsJimmy Jia2017-12-161-5/+20
* | | Fixed wording in docstringIan Lee2018-01-191-2/+2
* | | Fix up testsuite for W504Ian Stapleton Cordasco2018-01-171-12/+12
* | | Add W504 for line breaks before binary operatorsIan Cordasco2018-01-171-28/+81
* | | Fix handling of diffs with mnemonic prefixesMichal Kolodziejski2017-12-271-1/+3
|/ /
* | Merge pull request #663 from mjsir911/mergeIan Stapleton Cordasco2017-11-181-2/+7
|\ \
| * | Default `verbose` to `None` instead of `0`Marco Sirabella2017-10-221-1/+1
| * | Handle conflicting CLI and verbose=# betterMarco Sirabella2017-10-221-2/+3
| * | Transform booleans to numbers to go with previous codeMarco Sirabella2017-10-221-2/+2
| * | - Forward down verbosity levelMarco J Sirabella2017-07-091-2/+6
* | | Fix missed quoting in E722 checkDirk Mueller2017-10-241-1/+1
| |/ |/|
* | Add W605 warning for invalid escape sequences in string literalsJon Dufresne2017-09-101-0/+51
|/
* Merge branch 'master' into fix-variable-annotationsEddie Antonio Santos2017-06-071-53/+86
|\
| * Fix issue #643: Optimize noqa() with an lru_cache for Python 3.2+. (#644)Julien2017-06-031-1/+11
| * Merge pull request #625 from scop/py36escseqIan Cordasco2017-05-291-1/+1
| |\