summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Typoflyingbot912021-03-121-1/+1
* add changelog entryJens H. Nielsen2021-03-121-0/+2
* remove print statementJens H. Nielsen2021-03-121-1/+0
* Dont check deprecated arguments of deprecated functionMatus Valo2021-03-101-0/+1
* Improve fix-documentation pre-commit hookMarc Mueller2021-03-091-12/+45
* Update pre-commit requirement from ~=2.10 to ~=2.11dependabot[bot]2021-03-091-1/+1
* Bump sphinx from 3.5.1 to 3.5.2dependabot[bot]2021-03-091-1/+1
* Update whatsnewPeter Kolbus2021-03-091-0/+4
* Update ChangeLogPeter Kolbus2021-03-091-0/+4
* Remove 'whitelist' term in imports checkerPeter Kolbus2021-03-091-1/+1
* Remove 'whitelist' term in python3 checkerPeter Kolbus2021-03-091-2/+2
* Rename blacklisted-name to disallowed-namePeter Kolbus2021-03-0918-29/+37
* Add extension-pkg-allow-list optionPeter Kolbus2021-03-096-9/+36
* Remove 'blacklist' term for good/bad identifiersPeter Kolbus2021-03-099-19/+19
* Reduce 'blacklist' term for ignored filesPeter Kolbus2021-03-0911-37/+36
* Fix astroid.Inference error for undefined-variables with len()Marc Mueller2021-03-084-1/+20
* Migrate func_typecheck_callfunc_assigment.py to new functional testsPierre Sassoulas2021-03-072-3/+6
* Migrate all func_noerror_* to new functional testsPierre Sassoulas2021-03-0726-1/+1
* Migrate nameerror_on_string_substitution to new functional testsPierre Sassoulas2021-03-073-4/+4
* Migrate func_variables_unused_name_from_wilcard_import.py to new functional t...Pierre Sassoulas2021-03-073-3/+6
* Migrate func_noerror_new_style_class_py_30.py to new functional testsPierre Sassoulas2021-03-072-17/+11
* Migrate func_logging_not_lazy_with_logger to new functional testsPierre Sassoulas2021-03-075-18/+18
* Migrate func_e0012.py to new functional testsPierre Sassoulas2021-03-073-2/+2
* Migrate func_e0204.py to new functional testsPierre Sassoulas2021-03-073-9/+7
* Migrate func_w0612.py to new functional testsPierre Sassoulas2021-03-075-46/+45
* tox: run formatting by defaultPeter Kolbus2021-03-071-1/+1
* Create subdirectory for crowded functional testsPierre Sassoulas2021-03-07387-11/+8
* Add a test for too much functional files in the same directoryPierre Sassoulas2021-03-071-0/+9
* Fix functional test fail so it can be copy pastedPierre Sassoulas2021-03-071-1/+1
* Typing changes + disable unused pylint plugin for pre-commit (#4205)Marc Mueller2021-03-074-9/+14
* Print helpful error when toml decode fails (#4176)Quentin Young2021-03-072-1/+9
* pyreverse: Add output directory command-line optionMark Byrne2021-03-071-3/+1
* pyreverse: Add output directory command-line optionMark Byrne2021-03-075-0/+24
* Simplify the 'tox -e pylint' job with pre-commitPierre Sassoulas2021-03-072-26/+3
* Add typing that were lacking following refactorPierre Sassoulas2021-03-072-13/+9
* Fix pre-commit pylint commandPierre Sassoulas2021-03-071-0/+1
* Introduced deprecated attributesMatus Valo2021-03-065-49/+393
* Relax test's dependencies so we're not spammed by dependabotPierre Sassoulas2021-03-062-9/+9
* bug2674Frank Harrison2021-03-062-0/+19
* Add is_class_var utils functionMarc Mueller2021-03-062-8/+12
* Add --class-const-naming-styleMarc Mueller2021-03-068-23/+64
* Fix false-positive no-member for typed annotations without default valueMarc Mueller2021-03-065-6/+55
* Exempt TypedDict from too-few-public-methods checkMarc Mueller2021-03-063-3/+8
* Remove all fmt off from the codebasePierre Sassoulas2021-03-063-44/+37
* Fix changelog (manual)Marc Mueller2021-03-061-3/+3
* Fix changelog and whatsnew (pre-commit-hook)Marc Mueller2021-03-0611-222/+232
* Add custom fix-documentation pre-commit-hookMarc Mueller2021-03-063-0/+73
* Refactor modify sys_path for execution as python moduleMarc Mueller2021-03-054-10/+98
* Extract test caseMarc Mueller2021-03-051-14/+21
* Add allow-redefined-builtins option to variable checkerAlexander Kapshuna2021-03-057-4/+38