summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump coveralls from 3.0.0 to 3.0.1dependabot/pip/coveralls-3.0.1dependabot[bot]2021-03-021-1/+1
* 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
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-21102-97/+225
* Upgrade version to 2.7.0 and fix astroid to 2.5.0Pierre Sassoulas2021-02-212-3/+3
* Edit highlights for 2.7.0 in whatsnewPierre Sassoulas2021-02-211-2/+4
* Fix link to isort documentation in doc/faq.rstPierre Sassoulas2021-02-211-1/+1
* Migrate from % syntax or bad format() syntax to fstringPierre Sassoulas2021-02-2115-127/+62
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-2139-115/+115
* Add pyupgrade to the pre-commit configurationPierre Sassoulas2021-02-211-0/+6
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-2156-79/+0
* DeprecatedMixin: Fix typos and order of base classes in testMatus Valo2021-02-212-3/+3
* Move message definition to the DeprecatedMixin classMatus Valo2021-02-213-15/+16
* Added example of deprecation checkerMatus Valo2021-02-212-1/+92
* Introduced DeprecatedMixinMatus Valo2021-02-215-34/+166
* Add new `consider-using-generator` and 'use-a-generator' checkersIkraduya Edian2021-02-208-0/+101
* Fix false positive when map() receives iterableTiago Honorato2021-02-205-2/+14
* Additional changesMarc Mueller2021-02-203-45/+2
* Remove unnecessary checksMarc Mueller2021-02-203-20/+6
* Remove pre-commit part that are in github action from travis.ymlPierre Sassoulas2021-02-201-6/+0