summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* [changelog] Add 'multiple message with the same old name'Pierre Sassoulas2019-09-101-1/+1
* Report unnecessary else after continue and breakRobert Schweizer2019-09-101-0/+7
* Added a new check, consider-using-sys-exit, close #2925 (#3062)Sushobhit2019-08-221-0/+7
* useless-suppression detection now ignores cyclic-import (#3071)Eric Froemling2019-08-221-0/+6
* [changelog] Add the 1:1 relation between msgid and symbolPierre Sassoulas2019-08-191-0/+6
* Add a new check `arguments-out-of-order`mattlbeck2019-08-161-0/+8
* Allow a `.` as a prefix for Sphinx name resolution. (#3058)Danny Hermes2019-08-161-0/+2
* W0199: Change description to use the term 2-item-tuple (#3033)Niko Wenselowski2019-08-061-0/+3
* Don't emit protected-acces for single underscore prefixed attributes in speci...hippo912019-08-061-0/+5
* Fix number of statements in by_module stats (#3023)Andres Perez Hortal2019-07-291-0/+2
* Added a new check, ``invalid-overridden-method``Claudiu Popa2019-07-181-0/+8
* Added a new check, ``redeclared-assigned-name``Claudiu Popa2019-07-171-0/+7
* Ignore lambda calls with variadic arguments without a context.Claudiu Popa2019-07-171-0/+12
* Added a new check, ``self-assigning-variable``Claudiu Popa2019-07-171-0/+6
* Added a new check, ``property-with-parameters``.Claudiu Popa2019-07-161-0/+6
* Excluded protocol classes from a couple of checks. Close #3002.Claudiu Popa2019-07-161-0/+2
* Add new checker (unnecessary-comprehension) (close #2905)PHeanEX2019-07-161-0/+7
* Excluded PEP 526 instance and class variables from ``no-member``. Close #2945Claudiu Popa2019-07-101-0/+2
* Improve help for options (#2986)Peter Kolbus2019-07-091-0/+2
* Excluded `attrs` from `too-few-public-methods` check. Close #2988.Claudiu Popa2019-07-061-0/+2
* Fix - add `__post_init__` into `defining-attr-methods` to avoid `attribute-de...Andrzej Klajnert2019-07-051-0/+4
* Dropped support for Python 3.4Claudiu Popa2019-06-201-0/+2
* Ignore ``consider-using-dict-comprehension`` for constructions that can't be ...Claudiu Popa2019-06-201-0/+4
* Fixed false positives for function stubs (#2927)Ashley Whetter2019-05-261-0/+4
* ``unused-import`` emitted for the right import names in function scopes.Claudiu Popa2019-05-231-0/+4
* Mention the name of the new signature-mutators optionClaudiu Popa2019-05-231-3/+6
* Can choose decorators that mutate a function's signature (#2926)Ashley Whetter2019-05-231-0/+5
* ``assignment-from-no-return`` not triggered for async methods.Claudiu Popa2019-05-231-0/+4
* Don't emit ``attribute-defined-outside-init`` for variables defined in setters.Claudiu Popa2019-05-211-0/+4
* Fixed pragmas on their own line after a backlash being ignored (#2923)Ashley Whetter2019-05-211-0/+6
* Fixed false positive for `undefined-loop-variable`Ashley Whetter2019-05-201-0/+4
* Syntax errors report the column number.Claudiu Popa2019-05-201-0/+4
* Support fully qualified typing imports for type annotations.Claudiu Popa2019-05-201-0/+4
* Fix misspellings in documentation (#2922)Nick Smith2019-05-191-4/+1
* Exclude ``__dict__`` from ``attribute-defined-outside-init``Claudiu Popa2019-05-191-1/+6
* Correct word pointed when the same word has more than one error in the same lineagutole2019-05-141-0/+4
* Fix crash in callable check (#2901)Martin Vielsmaier2019-05-051-0/+2
* Add broad try clause extension. (#2890)Tyler Thieding2019-04-291-0/+4
* Add 'of' to GoogleDocstring multiple type (#2884)Zeb Nicholls2019-04-291-0/+2
* Added subprocess.run explicit set `check` argument checker. Closes #2848fadedDexofan2019-04-191-0/+4
* When we can't infer bare except handlers, skip ``try-except-raise``Claudiu Popa2019-04-091-0/+4
* Handle more `unnecessary-lambda` cases when dealing with additional kwargs in...Claudiu Popa2019-04-031-0/+4
* Better postponed evaluation of annotations handlingClaudiu Popa2019-04-031-0/+4
* Support postponed evaluation of annotations for variable annotations.Claudiu Popa2019-03-291-0/+4
* ``epylint.py_run`` defaults to ``python`` in case the current executable is n...Claudiu Popa2019-03-281-0/+4
* Add preferred-modules option and checkPaul Renvoisé2019-03-271-0/+5
* Add ChangeLog entry for ignoring raw docstring in Similarities checkerTaewon D. Kim2019-03-271-0/+2
* Don't recurse in inherit_from_std_exNathan Marrow2019-03-221-0/+4
* Feat - Makes C0412 (ungrouped-imports) compatible with isort (#2824)Pierre Sassoulas2019-03-221-0/+5
* Add new linter: dict-iter-missing-itemsyory82019-03-201-1/+4