summaryrefslogtreecommitdiff
path: root/script/create_contributor_list.py
Commit message (Collapse)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-291-2/+2
|
* Use relative paths in create_contributor_list.pyMarc Mueller2022-10-211-3/+8
|
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-0/+21
* Simplify hard to maintain copyright notice git is the source of truth for the copyright, copyrite (the tool) was taking exponentially longer with each release, and it's polluting the code with sometime as much as 50 lines of names. * Add a pre-commit hook to check the copyright notice * Fix the existing file so they have a notice * Fix the spacing after the copyright notice * Add a script to generate the CONTRIBUTORS.txt Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>