Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stopped installing tests with package | Ashley Whetter | 2019-06-20 | 1 | -522/+0 |
| | |||||
* | Style - Apply isort on all apllicable files | Pierre Sassoulas | 2019-03-20 | 1 | -6/+3 |
| | |||||
* | Reformat the code with black | Claudiu Popa | 2018-09-17 | 1 | -166/+277 |
| | |||||
* | Fix not being able to disable certain messages on the last line (#2342) | Bryce Guinta | 2018-07-24 | 1 | -0/+31 |
| | | | | | | Allow messages to be disabled that occur in ``file_state._msgs_state`` after the end of the ast (but not of the tokens) Close #2278 | ||||
* | Fix format checker inconsistency for start of first line (#2312) | Bryce Guinta | 2018-07-19 | 1 | -0/+14 |
| | | | | | | The format checker was ignoring block opener tokens on the first line because the encoding token is the always the first value of the first line. Close #2281 | ||||
* | Update copyright notices | Claudiu Popa | 2018-07-15 | 1 | -0/+3 |
| | |||||
* | Acknowledge that ellipses are allowed in typing annotations (#2236) | Bryce Guinta | 2018-07-02 | 1 | -0/+7 |
| | | | Prevents false-positive bad-whitespace message | ||||
* | pyupgrade (#2136) | Anthony Sottile | 2018-05-22 | 1 | -1/+1 |
| | |||||
* | Fix bad-whitespace false-positive in default function arguments which have ↵ | Bryce Guinta | 2018-01-23 | 1 | -0/+3 |
| | | | | annotations | ||||
* | Regenerate copyright notices | Claudiu Popa | 2017-12-15 | 1 | -1/+12 |
| | |||||
* | Do not emit keyword as unicode string in superfluous-parens message | Krzysztof Czapla | 2017-09-27 | 1 | -0/+10 |
| | | | Closes #1420 | ||||
* | Fix superfluous-parens false positive for logical statements involving `in` ↵ | Łukasz Rogalski | 2017-09-14 | 1 | -0/+10 |
| | | | | | | operator (#1634) Closes #574 | ||||
* | Make functions and classes from testutils private. Close #1438 | Claudiu Popa | 2017-07-08 | 1 | -41/+41 |
| | |||||
* | bad-whitespace checking around dotted type hint (#1430) | James M. Allen | 2017-04-27 | 1 | -0/+1 |
| | |||||
* | Don't emit missing-final-newline or trailing-whitespace for formfeeds. (#1283) | vinnyrose | 2017-04-13 | 1 | -2/+19 |
| | | | | | | | | Don't emit missing-final-newline or trailing-whitespace for formfeeds. Keep the builtin str.splitlines but check for the superset characters and recombine them later. Close #1218. Close #1219 | ||||
* | Add single-line-class-stmt option | Łukasz Rogalski | 2017-01-28 | 1 | -33/+64 |
| | |||||
* | Omit convention warnings on assignment with type hints (#1229) | Petr Pulc | 2016-12-27 | 1 | -0/+28 |
| | | | | | | | | | Require spaces around default value assignment with type hints, such as in the following example: Example: def my_function(variable: str = ''): # this should not emit bad-whitespace print(variable) | ||||
* | Remove pytest.main calls. | Derek Gustafson | 2016-12-07 | 1 | -6/+0 |
| | |||||
* | Reduce dependency on unittest | Derek Gustafson | 2016-12-06 | 1 | -5/+6 |
| | |||||
* | Even more granular copyrights (thanks to copyrite) | Claudiu Popa | 2016-07-23 | 1 | -2/+5 |
| | |||||
* | Keep a consistent copyright notice across the board. | Claudiu Popa | 2016-07-19 | 1 | -0/+2 |
| | | | | | This was changed automatically in #894, but apparently we need to have the copyright notice somewhere. | ||||
* | Use astroid.extract_node instead of test_utils.extract_node | Claudiu Popa | 2016-06-29 | 1 | -4/+3 |
| | |||||
* | Add the new shorter license header, including to missing files. Close #894. | Claudiu Popa | 2016-06-01 | 1 | -17/+4 |
| | |||||
* | add a no-space-check option for empty lines | Harut | 2015-07-25 | 1 | -3/+10 |
| | |||||
* | Cleanup some tests. | Claudiu Popa | 2015-07-13 | 1 | -0/+1 |
| | |||||
* | Update pylint to use the new astroid.parse, not testutils.build_module. | Claudiu Popa | 2015-07-13 | 1 | -1/+2 |
| | |||||
* | Move all package files to a pylint package. | Ionel Cristian Maries | 2015-02-14 | 1 | -0/+253 |