summaryrefslogtreecommitdiff
path: root/script
Commit message (Collapse)AuthorAgeFilesLines
* Merge the empty-string extensions to 'implicit_booleaness_checker'Pierre Sassoulas2023-05-021-0/+4
|
* Add performance news fragment typeJacob Walls2023-04-231-0/+1
|
* [cleanup] Upgrade more doc following the PyCQA migrationPierre Sassoulas2023-03-311-1/+1
|
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-296-12/+12
|
* [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
* Remove all old code related to ``optparse`` config parsing. (#8405)Daniël van Noord2023-03-081-1/+0
| | | | | * Remove all old config parsing code * Temporarily disable a test
* Bump pylint to 2.17.0, update changelog (#8395)Pierre Sassoulas2023-03-071-1/+5
|
* Update self in .contributors_aliases.json (#8344)James Addison2023-02-261-0/+4
| | | | | | | | | | | * Update self in .contributors_aliases.json * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Fixing some too long lines (#8339)Ollie2023-02-251-1/+4
| | | | | * Changing flake8 max-line-length to 120 Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* [contributors-txt] Upgrade team for Dani and NickPierre Sassoulas2023-02-011-2/+4
|
* [tbump] Accept 1.2.3b4 format when bumping the versionPierre Sassoulas2023-01-221-1/+1
|
* [contributors-txt] Create aliases for duplicate and ambiguous namePierre Sassoulas2023-01-151-0/+15
|
* [contributor-txt] Extract comment for easier reconstructionPierre Sassoulas2023-01-151-3/+294
|
* [contributors.txt] Fix aliases and name that were actually email (#8057)Pierre Sassoulas2023-01-141-0/+12
|
* Bump pylint to 2.16.0-b0, update changelogv2.16.0b0Pierre Sassoulas2023-01-131-4/+8
|
* [fragment] Add a check for suffix of fragments filesPierre Sassoulas2022-12-051-0/+28
|
* Merge 'maintenance/2.15.x' into main following 2.15.8 releasePierre Sassoulas2022-12-051-1/+2
|\
| * Bump pylint to 2.15.8, update changelog (#7899)v2.15.8Pierre Sassoulas2022-12-051-1/+2
| |
* | Add R1737 use-dict-literal-without-kwargsRobert Hofer2022-11-091-0/+4
| |
* | [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
* | `check_newsfragments`: Improve output on Windows machines (#7612)Andreas Finkler2022-10-301-3/+9
| | | | | | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* | Merge remote-tracking branch 'upstream/maintenance/2.15.x' into ↵Marc Mueller2022-10-211-0/+4
|\ \ | |/ | | | | merge-maintenance-2.15.5
| * [doc] Upgrade the contributors list and CONTRIBUTORS.txtMarc Mueller2022-10-211-0/+4
| |
| * Use relative paths in create_contributor_list.py (#7656)Marc Mueller2022-10-211-3/+4
| |
| * Swap plugin cache to pickle-able values when done (#7640)Drummond Ogilvie2022-10-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | When the dictionary has served its purpose (making plugin loading pre-and-post init a consistent behaviour), we swap it for bools indicating whether or not a module was loaded. We don't currently use the bools, but it seemed a sensible choice. The main idea is to make the dictionary fully pickle-able, so that when dill pickles the linter for multiprocessing, it doesn't crash horribly. Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
* | Use relative paths in create_contributor_list.py (#7656)Marc Mueller2022-10-211-3/+4
| |
* | Swap plugin cache to pickle-able values when done (#7640)Drummond Ogilvie2022-10-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | When the dictionary has served its purpose (making plugin loading pre-and-post init a consistent behaviour), we swap it for bools indicating whether or not a module was loaded. We don't currently use the bools, but it seemed a sensible choice. The main idea is to make the dictionary fully pickle-able, so that when dill pickles the linter for multiprocessing, it doesn't crash horribly. Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
* | Merge branch 'maintenance/2.15.x' into following 2.15.4 releasePierre Sassoulas2022-10-101-7/+19
|\ \ | |/
| * [doc] Upgrade the contributors list and CONTRIBUTORS.txtPierre Sassoulas2022-10-101-4/+20
| |
* | Feature italics abstract methods (#7436)Alvaro Frias2022-09-131-0/+4
| | | | | | | | | | | | | | | | | | Update Pyreverse's dot and plantuml printers to detect when class methods are abstract and show them with italic font. For the dot printer update the label to use html-like syntax. Closes #7346 Signed-off-by: Alvaro Frias Garay <alvaro.frias@eclypsium.com>
* | Finish unfinished typing in non core directories (#7443)Daniël van Noord2022-09-091-1/+1
|/ | | | | | | | * Add typing to setup calls in documentation folder * Finish some incomplete typing signatures in script * Add typing to unfinished signatures in the tests directory
* Bump pylint to 2.15.0, update changelog (#7355)v2.15.0Pierre Sassoulas2022-08-261-2/+3
| | | * Add Marc Byrne to the maintainer team
* Bump TODOs to the next minor version in preparation of release (#7349)Daniël van Noord2022-08-241-1/+1
|
* fix `undefined-loop-variable` with `break` and `continue` statements in ↵DetachHead2022-08-191-1/+3
| | | | | | | | | `else` blocks (#7318) Also add better regex explanation for news fragments following hard to fix issue with it. Co-authored-by: detachhead <detachhead@users.noreply.github.com>
* Updating my contributor aliases.Buck Evan2022-08-111-3/+8
|
* Bump pylint to 2.15.0-a0, update changelog (#7196)Pierre Sassoulas2022-07-301-0/+4
| | | [doc] Add summary for the release notes
* Edit `bump_changelog.py` to use `towncrier` and update its configurationDudeNr332022-07-171-145/+100
|
* Add pre-commit hook to verify format of news fragmentDudeNr332022-07-171-0/+84
|
* [deleted messages] Add an exception for deleted messages in MessageIdStorePierre Sassoulas2022-06-041-2/+2
|
* [deleted messages] Refactor the constant to be able to give a reasonPierre Sassoulas2022-06-041-2/+2
|
* [check-changelog] Temporarily remove the check in wait of #6688 (#6819)Pierre Sassoulas2022-06-031-145/+0
|
* [tbump] Upgrade the bump script in preparation of 2.14 maintenancePierre Sassoulas2022-06-011-3/+4
|
* [doc] Matus Valo is now a maintainerPierre Sassoulas2022-06-011-1/+2
|
* [doc] Add a check for changelogs and fix the issues encountered (#6735)Pierre Sassoulas2022-06-011-0/+145
|
* Upgrade documentation around the changelogPierre Sassoulas2022-05-282-0/+2
| | | | | | | | 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>
* Bump pylint to 2.14.0-b0, update changelog (#6527)v2.14.0-b1Pierre Sassoulas2022-05-101-4/+8
| | | Update contributors and create release summary
* Add some manual typing changes (#6325)Daniël van Noord2022-04-143-8/+12
| | | Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
* Add `.contributors_aliases.json` for Gunung P. WibisonoGunung P. Wibisono2022-04-011-0/+4
|
* Cleanup after finding emails and duplicatesPierre Sassoulas2022-03-231-1/+5
|
* Add more aliases to the contributors.txt configurationPierre Sassoulas2022-03-231-39/+495
|