summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't emit protected-acces for single underscore prefixed attributes in speci...hippo912019-08-066-1/+73
* Fix number of statements in by_module stats (#3023)Andres Perez Hortal2019-07-294-0/+26
* [black style] Apply black style on unformatted python filePierre Sassoulas2019-07-2214-1040/+1260
* [isort configuration] More precise excludes in isort.cfgPierre Sassoulas2019-07-221-1/+1
* [pre-commit] More precise exclusion for blackPierre Sassoulas2019-07-221-1/+1
* Add FUNDING.yml for tideliftClaudiu Popa2019-07-191-0/+3
* Add regression test for recursion error that does not happen any longer. Clos...Claudiu Popa2019-07-191-0/+18
* Add regression error for recursion crash that does not reproduce. Close #2861Claudiu Popa2019-07-191-0/+9
* Add regression test for recursion error that does not happen any longer. Clos...Claudiu Popa2019-07-191-0/+9
* Added a new check, ``invalid-overridden-method``Claudiu Popa2019-07-186-11/+117
* Added a new check, ``redeclared-assigned-name``Claudiu Popa2019-07-175-1/+56
* Move the self assigning check in a separate functionClaudiu Popa2019-07-171-3/+5
* Ignore lambda calls with variadic arguments without a context.Claudiu Popa2019-07-173-37/+63
* Ignore from isort the tests from the rootClaudiu Popa2019-07-171-1/+1
* Added a new check, ``self-assigning-variable``Claudiu Popa2019-07-176-1/+82
* Added a new check, ``property-with-parameters``.Claudiu Popa2019-07-165-0/+30
* Fix linting and typing errorsClaudiu Popa2019-07-161-2/+2
* Excluded protocol classes from a couple of checks. Close #3002.Claudiu Popa2019-07-166-0/+37
* Start hosting `.pre-commit-hooks.yaml`. Refs #2692Pedro Algarvio2019-07-161-0/+7
* blacken the codePHeanEX2019-07-161-17/+36
* Add new checker (unnecessary-comprehension) (close #2905)PHeanEX2019-07-1618-13/+111
* Add test for a recursion error regression. Close #2960Claudiu Popa2019-07-111-0/+4
* Remove pypy specific testClaudiu Popa2019-07-103-11/+0
* Try with a more generic PyPy versionClaudiu Popa2019-07-101-1/+1
* Excluded PEP 526 instance and class variables from ``no-member``. Close #2945Claudiu Popa2019-07-104-0/+27
* Adjust the column numbers for syntax errorsClaudiu Popa2019-07-101-1/+8
* Register the acceptance marker for pytestClaudiu Popa2019-07-101-0/+2
* Take in consideration positional only args for the too-many-* checksClaudiu Popa2019-07-101-3/+3
* Refactors `and ... or` expression to ternary (#2994)Nikita Sobolev2019-07-101-1/+1
* Improve help for options (#2986)Peter Kolbus2019-07-096-397/+443
* Exclude Ellipsis from pointless-statement for Python 3.8Claudiu Popa2019-07-071-6/+11
* Escape the clean path before normalizing to slashes (#2993)Claudiu Popa2019-07-071-1/+1
* Grammar Fixes (#2974)Oisín Moran2019-07-073-4/+6
* Excluded `attrs` from `too-few-public-methods` check. Close #2988.Claudiu Popa2019-07-062-7/+16
* Fix - add `__post_init__` into `defining-attr-methods` to avoid `attribute-de...Andrzej Klajnert2019-07-056-3/+14
* Refactor - Rename an overlapsing function in MessageHandlerMixInPierre Sassoulas2019-06-201-2/+2
* Refactor - Remove unused argument 'name'Pierre Sassoulas2019-06-201-2/+0
* Feat - Add a __str__ function to BaseCheckerPierre Sassoulas2019-06-202-1/+70
* Refactor - Giving multiple parameters instead of a dictPierre Sassoulas2019-06-202-8/+5
* Refactor - Use self directly in checker get_full_documentationPierre Sassoulas2019-06-201-6/+4
* Refactor - Clearer function name ('rest' -> 'rst') in utilsPierre Sassoulas2019-06-205-22/+22
* Fix - Remove invalid syntax in python 3.4Pierre Sassoulas2019-06-202-2/+2
* Fix - W0612: Unused variable 'checker_name'Pierre Sassoulas2019-06-201-1/+2
* Refactor - Remove useless parameter in print_checker_docPierre Sassoulas2019-06-202-3/+3
* Refactor - Move doc for checkers in BaseCheckerPierre Sassoulas2019-06-202-47/+49
* Refactor - Use get_rest_title where it could bePierre Sassoulas2019-06-202-9/+7
* Refactor - Move utility function to utilsPierre Sassoulas2019-06-203-28/+30
* Refactor - Remove _ in _rest_format_sectionPierre Sassoulas2019-06-201-3/+3
* Refactor - Remove syntax specific to python 3.6Pierre Sassoulas2019-06-201-5/+5
* Fix - A typo in base_checker.pyPierre Sassoulas2019-06-201-1/+1