summaryrefslogtreecommitdiff
path: root/script/fix_documentation.py
Commit message (Collapse)AuthorAgeFilesLines
* [cleanup] Remove the script for checking changelog (#8461)Pierre Sassoulas2023-03-201-103/+0
| | | | | | | | | There's no more changelog to check. Since 2.16 we use tbump to generate the changelog from fragments and there's a script to check fragment 'check-newsfragments'. We should not modify the legacy changelog, or very little. Refs #8335
* [use-implicit-booleaness] Fix comparison to empty strings across the ↵Pierre Sassoulas2022-11-071-6/+1
| | | | | codebase (#7722) As it will become a default check in #6870 it will be easier to review it if we separate the two
* Bump TODOs to the next minor version in preparation of release (#7349)Daniël van Noord2022-08-241-1/+1
|
* Upgrade documentation around the changelogPierre Sassoulas2022-05-281-0/+1
| | | | | | | | We do not upgrade the scripts at the same time because we want to avoid conflicts with main and need to merge the file moved for that. Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
* Add some manual typing changes (#6325)Daniël van Noord2022-04-141-3/+5
| | | Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
* Add a script to update the CONTRIBUTORS.txtPierre Sassoulas2022-03-231-0/+4
|
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-1/+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 unspecified-encoding checker #3826 (#4753)Daniël van Noord2021-07-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* 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-061-0/+67