summaryrefslogtreecommitdiff
path: root/pylint/pyreverse
Commit message (Expand)AuthorAgeFilesLines
* Make import from astroid more explicitPierre Sassoulas2021-03-311-13/+12
* Prepare 2.7.3 release (#4261)pylint-2.7.32.7Pierre Sassoulas2021-03-292-0/+3
* Reduce 'blacklist' term for ignored filesPeter Kolbus2021-03-091-3/+3
* pyreverse: Add output directory command-line optionMark Byrne2021-03-071-3/+1
* pyreverse: Add output directory command-line optionMark Byrne2021-03-072-0/+17
* Update copyright notice with copyritePierre Sassoulas2021-02-281-1/+1
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-217-5/+13
* Migrate from % syntax or bad format() syntax to fstringPierre Sassoulas2021-02-212-10/+5
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-215-19/+19
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-213-3/+0
* Fix E266 too many leading '#' for block commentPierre Sassoulas2021-02-151-9/+2
* F841 local variable 'exc' is assigned to but never usedPierre Sassoulas2021-02-151-1/+1
* Bug: fix vulnerable regexes to avoid potential ReDoS.yeting li2020-09-101-3/+2
* Update formatting following black and isort updatePierre Sassoulas2020-09-106-80/+45
* Merge branch 'master' into bug_pylint_3468hippo912020-09-036-6/+9
|\
| * Sets up copyrighthippo912020-08-206-6/+9
* | Corrects some inconsistent-return-statements occurenceshippo912020-08-201-0/+1
|/
* Fix exception causes all over the codebaseRam Rachum2020-06-141-2/+2
* Chore: use https links (#3679)谭九鼎2020-06-111-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-277-8/+25
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-245-5/+1
* Allow non-ASCII characters in identifiers in the invalid-name rule and add no...bernie gray2020-03-111-5/+5
* Skip methods without arguments when generating the dot format. Close #3351 (#...Claudiu Popa2020-02-271-1/+4
* Fixed an ``AttributeError`` caused by improper handling of ``dataclasses`` in...Claudiu Popa2019-11-211-1/+2
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-123-6/+0
* Fix a bunch of linting errors from the codebaseClaudiu Popa2019-05-223-11/+3
* Style - Re-Apply black following the isort cleanupPierre Sassoulas2019-03-201-1/+0
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-205-11/+7
* Replaced args loop with comprehensionKylian2019-03-021-4/+1
* Changed quotes to pass the format checkKylian2019-03-021-2/+2
* Added method arguments to the dot file writerKylian2019-03-021-1/+5
* Reformat the code with blackClaudiu Popa2018-09-177-310/+487
* disable some type checking and annotate simple onessolanki2018-08-211-1/+1
* Rename variables to remove licentious languageClaudiu Popa2018-08-154-36/+36
* Update copyright noticesClaudiu Popa2018-07-157-7/+17
* Fix lint errorClaudiu Popa2018-07-111-1/+1
* fix lint issue w.r.t useless-object-inheritance.ssolanki2018-06-206-9/+9
* Remove six package usages. (#2151)Sushobhit2018-05-271-3/+1
* Don't pass the quiet flag to OptionsManagerMixin as that is now gone. Close #...Claudiu Popa2018-05-261-3/+1
* Kill YES in favour of UninferableClaudiu Popa2018-05-242-2/+2
* pyupgrade (#2136)Anthony Sottile2018-05-221-1/+1
* Fix lint errors caused by the new checker changeClaudiu Popa2018-04-021-1/+1
* Spelling fixesVille Skyttä2018-01-302-2/+2
* Regenerate copyright noticesClaudiu Popa2017-12-157-1/+24
* Adding a check for ``inconsistent-return-statements`` inside function or meth...hippo912017-09-261-1/+2
* Remove mentions of deprecated astroid node names (#1485)Łukasz Rogalski2017-05-222-8/+8
* The default package is none for pyreverse. Close #567Claudiu Popa2016-08-011-1/+1
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-238-16/+22
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-198-0/+16
* Fixed our docstring lint errorsAshley Whetter2016-06-251-3/+9