summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.4.0 to 5.5. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/coverage-5.4...coverage-5.5) Signed-off-by: dependabot[bot] <support@github.com>
* 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
| | | | | | | | | * Pin test and doc requirements to current versions * Rename requirements_test_pypy.txt to requirements_test_min.txt * Move some dependencies from min to test * Update coverage and sphinx versions * Update ci * Use pytest-cov
* 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
| | | | | | | 51c646bf70a6e0a86492bfd2ddd1885671d64d67 only stripped the first bad sys.path entry, causing problems when PYTHONPATH starts or ends with a colon. Closes: https://github.com/PyCQA/pylint/issues/3636
* Fix False positive on Enum.__members__.items() (#4135)Ikraduya Edian2021-02-273-0/+29
| | | | | | | * Fix false positive on Enum.__members__.{values, keys} * Fix False positive on Enum.__members__.items() Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Guide the user more in the bug reportPierre Sassoulas2021-02-232-6/+40
| | | | | | Would probably permit to have the version more often and to have something to do a functional test with more often too.
* 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
| | | | | * Don't check directories starting with '.' when using register_plugins * CI - Add benchmark job
* 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
| | | | We can do that in python 3.6
* 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
| | | | | | | | See issue #3165 (#3309) See https://github.com/PyCQA/pylint/pull/3309#discussion_r576683109 Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Daniel Hahler <github@thequod.de>
* Fix false positive when map() receives iterableTiago Honorato2021-02-205-2/+14
| | | | | | | Since map() supports iterables, it should not issue builtin-not-iterating for iterable arguments. Signed-off-by: Tiago Honorato <tiagohonorato1@gmail.com>
* 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
|
* Fix 422 Client Error: Unprocessable Entity for urlPierre Sassoulas2021-02-201-1/+1
|
* Small update to python hash generationMarc Mueller2021-02-201-27/+21
|