summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add a redirect from http to https in read the doc configurationPierre Sassoulas2021-08-311-0/+4
* Change http links to https in setup.pyPierre Sassoulas2021-08-311-3/+3
* Fix faq.rst:138:undefined label: message-controlPierre Sassoulas2021-08-311-0/+2
* Fail on warning for read the docPierre Sassoulas2021-08-311-1/+2
* [pre-commit.ci] pre-commit autoupdate (#4934)pre-commit-ci[bot]2021-08-301-2/+2
* Emit a correct invalid-name message when using multi-naming style. (#4924)Yilei "Dolee" Yang2021-08-307-8/+46
* Add regression tests for PyCQA/astroid#1151David Liu2021-08-302-1/+54
* Add regression test for false positive on collections.abcPierre Sassoulas2021-08-302-0/+17
* Fix a typo in a LenChecker docstringPierre Sassoulas2021-08-301-1/+1
* Upgrade astroid to 2.7.3Pierre Sassoulas2021-08-302-2/+2
* Add a regression tests for dataclasses with fieldsPierre Sassoulas2021-08-303-0/+35
* Add `use-set-for-membership` check (#4841)Marc Mueller2021-08-306-0/+112
* Bump python-docs-theme from 2021.5 to 2021.8 (#4931)dependabot[bot]2021-08-301-1/+1
* Bump black from 21.7b0 to 21.8b0 (#4930)dependabot[bot]2021-08-301-1/+1
* Add `consider-using-assignment-expr` to `CodeStyleChecker` (#4876)Marc Mueller2021-08-3010-67/+413
* Fix typo in assigment_from_no_return functional testsPierre Sassoulas2021-08-302-0/+0
* Remove async test for python 3.5 or lesserPierre Sassoulas2021-08-306-22/+8
* Remove functional test configuration for python version <=3.6.0Pierre Sassoulas2021-08-30109-147/+10
* Merge abstract_class_instantiated in the same filePierre Sassoulas2021-08-307-29/+21
* Implement basic control flow checks for ``consider-using-with`` (#4929)Andreas Finkler2021-08-305-7/+111
* Specifies that the pip freeze command should be run and its output pa… (#4928)hippo912021-08-301-0/+1
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-3084-384/+525
* Upgrade ignored-parents help description (#4926)Melvin2021-08-282-1/+3
* Added myself to CONTRIBUTORS.txtPhilipp A2021-08-261-0/+2
* Rename URLsPhilipp A2021-08-261-6/+7
* Update FUNDING.ymlPierre Sassoulas2021-08-231-0/+1
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-08-231-1/+1
* Move back to a dev version following 2.10.2 releasePierre Sassoulas2021-08-212-2/+2
* Bump pylint to 2.10.2, update changelogv2.10.2Pierre Sassoulas2021-08-213-4/+10
* Fix a crash from astroid.InferenceError raised on copy.copyPierre Sassoulas2021-08-213-3/+29
* Updated mypy checks (#4889)Marc Mueller2021-08-212-4/+2
* Require platformdirs 2.2.0 (#4890)Marc Mueller2021-08-211-1/+1
* Migrate from ``appdirs`` to ``platformdirs`` (#4887)Pierre Sassoulas2021-08-214-7/+13
* Bump pylint to 2.10.2-dev0, update changelogAshley Whetter2021-08-2010-4/+10
* Bump pylint to 2.10.1, update changelogv2.10.1Ashley Whetter2021-08-2012-8/+18
* pylint does not crash when PYLINT_HOME does not exist (#4884)Ashley Whetter2021-08-202-8/+12
* Move back to a dev version following 2.10.0 releasePierre Sassoulas2021-08-204-2/+24
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-2049-45/+113
* Prevent crash in CI environnement if we can't write in pylint's cachePierre Sassoulas2021-08-201-2/+9
* Upgrade astroid to 2.7.2Pierre Sassoulas2021-08-202-2/+2
* [PYLINT-HOME change] Less spam when using pylint in parallelPierre Sassoulas2021-08-201-2/+21
* Add a test for false positive no-member in subclassed dataclassesPierre Sassoulas2021-08-202-0/+50
* Add consider-ternary-expression extensionNick Drozd2021-08-206-2/+92
* Change some if/assign blocks to if-expressionsNick Drozd2021-08-209-48/+12
* Add typecheck tests for dataclass attributesDavid Liu2021-08-203-0/+129
* Update test requirements to astroid 2.7.1David Liu2021-08-202-2/+2
* Improve invalid-metaclass error message for InstancesDavid Liu2021-08-193-1/+12
* Revert cache size increaseMarc Mueller2021-08-191-2/+2
* Increase cache sizeMarc Mueller2021-08-191-2/+2
* Add InferenceContext argumentMarc Mueller2021-08-191-2/+5