summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix Enum invalid name with snake_case presetMarc Mueller2021-03-024-5/+20
* Upgrade the changelog following release of 2.7.2Pierre Sassoulas2021-02-282-4/+12
* Update copyright notice with copyritePierre Sassoulas2021-02-2851-63/+48
* Update doc for release (easier command to copy paste)Pierre Sassoulas2021-02-281-2/+2
* Upgrade copyrite aliasesPierre Sassoulas2021-02-281-1/+11
* Remove TypedDict hotfixMarc Mueller2021-02-281-5/+0
* Fix test for astroid updateMarc Mueller2021-02-283-6/+10
* Update astroid versionMarc Mueller2021-02-282-2/+2
* Bump coverage from 5.4.0 to 5.5dependabot[bot]2021-02-281-1/+1
* Move changelog entry to 2.8.0Marc Mueller2021-02-281-2/+3
* Update readme badgeMarc Mueller2021-02-281-6/+2
* Add changelog entryMarc Mueller2021-02-281-0/+2
* Use correct SPDX license tagMarc Mueller2021-02-281-1/+1
* Update tox configMarc Mueller2021-02-281-81/+31
* Update mypy pre-commit hookMarc Mueller2021-02-282-2/+2
* Add dependabot configMarc Mueller2021-02-281-0/+17
* Update requirementsMarc Mueller2021-02-286-20/+21
* Github actions - use specific version tagsMarc Mueller2021-02-281-37/+37
* Fix testsMarc Mueller2021-02-282-2/+3
* CI - Add new windows jobsMarc Mueller2021-02-281-0/+78
* CI - Remove old windows jobMarc Mueller2021-02-281-39/+0
* CI improvements from pinning astroid versionMarc Mueller2021-02-283-43/+9
* Properly strip dangerous sys.path entries (not just the first one) (#4153)Louis Sautier2021-02-284-2/+24
* Fix False positive on Enum.__members__.items() (#4135)Ikraduya Edian2021-02-273-0/+29
* Guide the user more in the bug reportPierre Sassoulas2021-02-232-6/+40
* Retcon the changelog after 2.7.1 releasePierre Sassoulas2021-02-231-0/+12
* Run ci checks on every release branchMarc Mueller2021-02-231-0/+1
* Fix benchmark test (#4138)Marc Mueller2021-02-233-1/+58
* Add Lefteris Karapetsas to contributorsLefteris Karapetsas2021-02-221-0/+2
* Expose UnittestLinter in testutils after 2.7Lefteris Karapetsas2021-02-221-0/+2
* Add 2.8.0 in the ChangelogPierre Sassoulas2021-02-215-5/+31
* Better documentation for the change in version during releasePierre Sassoulas2021-02-212-2/+7
* Upgrade the documentation about releasePierre Sassoulas2021-02-213-48/+70