Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate test for extension to functional tests | Pierre Sassoulas | 2021-11-23 | 1 | -47/+0 |
| | | | | This permit to upgrade the fixtures in pre-commit. | ||||
* | Bump pylint to 2.11.0, update changelogv2.11.0 | Pierre Sassoulas | 2021-09-16 | 1 | -0/+1 |
| | |||||
* | Add typing with `PyAnnotate` to `./tests` (#4950) | Daniƫl van Noord | 2021-09-04 | 1 | -1/+2 |
| | | | | | | * Add mypy_extensions to requirement for ``NoReturn`` Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Bump pylint to 2.9.3, update changelogv2.9.3 | Pierre Sassoulas | 2021-07-01 | 1 | -0/+1 |
| | |||||
* | Fix copyright links (#4647) | Marc Mueller | 2021-07-01 | 1 | -1/+1 |
| | | | | * Fix link in license header * Update link to astroid bump_changelog | ||||
* | Rename copying to license and upgrade the setup.cfg (#4338) | Pierre Sassoulas | 2021-04-11 | 1 | -1/+1 |
| | |||||
* | Apply copyrite --contribution-threshold | Pierre Sassoulas | 2021-02-21 | 1 | -1/+2 |
| | |||||
* | Remove the # coding, since PEP3120 the default is UTF8 | Pierre Sassoulas | 2021-02-21 | 1 | -1/+0 |
| | |||||
* | Sets up copyright | hippo91 | 2020-08-20 | 1 | -1/+2 |
| | |||||
* | Switch to isort 5 for pylint's own code | Damien Baty | 2020-08-18 | 1 | -2/+1 |
| | |||||
* | Add missing copyright annotations for the past releases | Claudiu Popa | 2020-04-27 | 1 | -1/+5 |
| | |||||
* | [tests lint] Fix all W0613 unused-argument in pylint's own tests | Pierre Sassoulas | 2020-04-20 | 1 | -2/+2 |
| | |||||
* | pyupgrade: automated removal of python2 constructs | Anthony Sottile | 2020-03-24 | 1 | -1/+0 |
| | | | | | | | | | | | | | using configuration: ```yaml - repo: https://github.com/asottile/pyupgrade rev: v2.1.0 hooks: - id: pyupgrade args: [--py3-plus, --keep-percent-format] exclude: ^tests/(extensions/data/|functional/|input/|regrtest_data/) ``` | ||||
* | [black style] Apply black style on unformatted python file | Pierre Sassoulas | 2019-07-22 | 1 | -7/+8 |
| | |||||
* | Stopped installing tests with package | Ashley Whetter | 2019-06-20 | 1 | -0/+40 |