summaryrefslogtreecommitdiff
path: root/script
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a script to update the CONTRIBUTORS.txtPierre Sassoulas2022-03-236-0/+36
|
* Sort the copyrite aliases alphabeticallyPierre Sassoulas2022-03-211-53/+53
|
* Migrate current copyrite configuration to new formatPierre Sassoulas2022-03-211-0/+107
|
* Add a test to check that no old msgid or symbol are used (#5839)Pierre Sassoulas2022-02-261-0/+3
| | | | | | | | | | * Add deleted msgid and symbol from the Python 3K+ checker and other deleted checks. See https://github.com/PyCQA/pylint/pull/4942 Closes #5729 Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-102-3/+3
|
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-3/+1
|
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-3/+3
| | | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
* Add script to generate new message category id (#5248)Daniël van Noord2021-11-041-0/+33
|
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-3/+7
| | | | | | | | | | | | | | | | * Add ``consider-using-f-string`` checker This adds a checker for normal strings which are formatted with ``.format()`` or '%'. The message is a convention to nudge users towards using f-strings. This closes #3592 * Update pylint code to use f-strings After adding `consider-using-f-strings` the codebase showed numerous cases of formatting which could be f-strings. This commit changes most of these to become f-strings, or adds ignores. * Apply suggestions from code review Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-2/+2
|
* Revert "Extended consider-using-tuple check to cover 'in' comparisons (#4768)"Marc Mueller2021-08-121-1/+1
| | | | This reverts commit ca3bc53fd8d628473fba25c7736d0abfac8e4a4a.
* Extended consider-using-tuple check to cover 'in' comparisons (#4768)Marc Mueller2021-07-291-1/+1
|
* Add unspecified-encoding checker #3826 (#4753)Daniël van Noord2021-07-282-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add unspecified-encoding checker #3826 This adds an unspecified-encoding checker that adds a warning whenever open() is called without an explicit encoding argument. This closes #3826 * Update tests to conform to unspecified-encoding With addition of the unspecified-encoding checker calls of open() need an encoding argument. Where necessary this argument has been added, or the message has been disabled. This also includes small linting changes to a small number of tests. Their test-data has been updated to reflect new line numbers. * Update scripts to conform to unspecified-encoding With addition of the unspecified-encoding checker calls of open() need an encoding argument. Where necessary this argument has been added. * Update pylint to conform to unspecified-encoding With addition of the unspecified-encoding checker calls of open() need an encoding argument. Where necessary this argument has been added. Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
| | | | * Fix link in license header * Update link to astroid bump_changelog
* Upgrade the release script using what was done in astroidPierre Sassoulas2021-06-291-40/+119
|
* Add tbump script for bumbing versionPierre Sassoulas2021-06-171-0/+80
|
* Improve fix-documentation pre-commit hookMarc Mueller2021-03-091-12/+45
|
* Remove all fmt off from the codebasePierre Sassoulas2021-03-061-10/+11
|
* Add custom fix-documentation pre-commit-hookMarc Mueller2021-03-062-0/+67