summaryrefslogtreecommitdiff
path: root/tests/extensions/test_emptystring.py
Commit message (Collapse)AuthorAgeFilesLines
* Migrate test for extension to functional testsPierre Sassoulas2021-11-231-47/+0
| | | | This permit to upgrade the fixtures in pre-commit.
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-0/+1
|
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniƫl van Noord2021-09-041-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.3Pierre Sassoulas2021-07-011-0/+1
|
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
| | | | * Fix link in license header * Update link to astroid bump_changelog
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
|
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-1/+2
|
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
|
* Sets up copyrighthippo912020-08-201-1/+2
|
* Switch to isort 5 for pylint's own codeDamien Baty2020-08-181-2/+1
|
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+5
|
* [tests lint] Fix all W0613 unused-argument in pylint's own testsPierre Sassoulas2020-04-201-2/+2
|
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-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 filePierre Sassoulas2019-07-221-7/+8
|
* Stopped installing tests with packageAshley Whetter2019-06-201-0/+40