Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix Enum invalid name with snake_case preset | Marc Mueller | 2021-03-02 | 4 | -5/+20 | |
| | ||||||
* | Upgrade the changelog following release of 2.7.2 | Pierre Sassoulas | 2021-02-28 | 2 | -4/+12 | |
| | ||||||
* | Update copyright notice with copyrite | Pierre Sassoulas | 2021-02-28 | 51 | -63/+48 | |
| | ||||||
* | Update doc for release (easier command to copy paste) | Pierre Sassoulas | 2021-02-28 | 1 | -2/+2 | |
| | ||||||
* | Upgrade copyrite aliases | Pierre Sassoulas | 2021-02-28 | 1 | -1/+11 | |
| | ||||||
* | Remove TypedDict hotfix | Marc Mueller | 2021-02-28 | 1 | -5/+0 | |
| | ||||||
* | Fix test for astroid update | Marc Mueller | 2021-02-28 | 3 | -6/+10 | |
| | ||||||
* | Update astroid version | Marc Mueller | 2021-02-28 | 2 | -2/+2 | |
| | ||||||
* | Bump coverage from 5.4.0 to 5.5 | dependabot[bot] | 2021-02-28 | 1 | -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.0 | Marc Mueller | 2021-02-28 | 1 | -2/+3 | |
| | ||||||
* | Update readme badge | Marc Mueller | 2021-02-28 | 1 | -6/+2 | |
| | ||||||
* | Add changelog entry | Marc Mueller | 2021-02-28 | 1 | -0/+2 | |
| | ||||||
* | Use correct SPDX license tag | Marc Mueller | 2021-02-28 | 1 | -1/+1 | |
| | ||||||
* | Update tox config | Marc Mueller | 2021-02-28 | 1 | -81/+31 | |
| | ||||||
* | Update mypy pre-commit hook | Marc Mueller | 2021-02-28 | 2 | -2/+2 | |
| | ||||||
* | Add dependabot config | Marc Mueller | 2021-02-28 | 1 | -0/+17 | |
| | ||||||
* | Update requirements | Marc Mueller | 2021-02-28 | 6 | -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 tags | Marc Mueller | 2021-02-28 | 1 | -37/+37 | |
| | ||||||
* | Fix tests | Marc Mueller | 2021-02-28 | 2 | -2/+3 | |
| | ||||||
* | CI - Add new windows jobs | Marc Mueller | 2021-02-28 | 1 | -0/+78 | |
| | ||||||
* | CI - Remove old windows job | Marc Mueller | 2021-02-28 | 1 | -39/+0 | |
| | ||||||
* | CI improvements from pinning astroid version | Marc Mueller | 2021-02-28 | 3 | -43/+9 | |
| | ||||||
* | Properly strip dangerous sys.path entries (not just the first one) (#4153) | Louis Sautier | 2021-02-28 | 4 | -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 Edian | 2021-02-27 | 3 | -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 report | Pierre Sassoulas | 2021-02-23 | 2 | -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 release | Pierre Sassoulas | 2021-02-23 | 1 | -0/+12 | |
| | ||||||
* | Run ci checks on every release branch | Marc Mueller | 2021-02-23 | 1 | -0/+1 | |
| | ||||||
* | Fix benchmark test (#4138) | Marc Mueller | 2021-02-23 | 3 | -1/+58 | |
| | | | | | * Don't check directories starting with '.' when using register_plugins * CI - Add benchmark job | |||||
* | Add Lefteris Karapetsas to contributors | Lefteris Karapetsas | 2021-02-22 | 1 | -0/+2 | |
| | ||||||
* | Expose UnittestLinter in testutils after 2.7 | Lefteris Karapetsas | 2021-02-22 | 1 | -0/+2 | |
| | ||||||
* | Add 2.8.0 in the Changelog | Pierre Sassoulas | 2021-02-21 | 5 | -5/+31 | |
| | ||||||
* | Better documentation for the change in version during release | Pierre Sassoulas | 2021-02-21 | 2 | -2/+7 | |
| | ||||||
* | Upgrade the documentation about release | Pierre Sassoulas | 2021-02-21 | 3 | -48/+70 | |
| | ||||||
* | Apply copyrite --contribution-threshold | Pierre Sassoulas | 2021-02-21 | 102 | -97/+225 | |
| | ||||||
* | Upgrade version to 2.7.0 and fix astroid to 2.5.0 | Pierre Sassoulas | 2021-02-21 | 2 | -3/+3 | |
| | ||||||
* | Edit highlights for 2.7.0 in whatsnew | Pierre Sassoulas | 2021-02-21 | 1 | -2/+4 | |
| | ||||||
* | Fix link to isort documentation in doc/faq.rst | Pierre Sassoulas | 2021-02-21 | 1 | -1/+1 | |
| | ||||||
* | Migrate from % syntax or bad format() syntax to fstring | Pierre Sassoulas | 2021-02-21 | 15 | -127/+62 | |
| | | | | We can do that in python 3.6 | |||||
* | Move from % string formatting syntax to f-string or .format() | Pierre Sassoulas | 2021-02-21 | 39 | -115/+115 | |
| | ||||||
* | Add pyupgrade to the pre-commit configuration | Pierre Sassoulas | 2021-02-21 | 1 | -0/+6 | |
| | ||||||
* | Remove the # coding, since PEP3120 the default is UTF8 | Pierre Sassoulas | 2021-02-21 | 56 | -79/+0 | |
| | ||||||
* | DeprecatedMixin: Fix typos and order of base classes in test | Matus Valo | 2021-02-21 | 2 | -3/+3 | |
| | ||||||
* | Move message definition to the DeprecatedMixin class | Matus Valo | 2021-02-21 | 3 | -15/+16 | |
| | ||||||
* | Added example of deprecation checker | Matus Valo | 2021-02-21 | 2 | -1/+92 | |
| | ||||||
* | Introduced DeprecatedMixin | Matus Valo | 2021-02-21 | 5 | -34/+166 | |
| | ||||||
* | Add new `consider-using-generator` and 'use-a-generator' checkers | Ikraduya Edian | 2021-02-20 | 8 | -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 iterable | Tiago Honorato | 2021-02-20 | 5 | -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 changes | Marc Mueller | 2021-02-20 | 3 | -45/+2 | |
| | ||||||
* | Remove unnecessary checks | Marc Mueller | 2021-02-20 | 3 | -20/+6 | |
| | ||||||
* | Remove pre-commit part that are in github action from travis.yml | Pierre Sassoulas | 2021-02-20 | 1 | -6/+0 | |
| |