Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modify bump_changelog script | Marc Mueller | 2023-04-25 | 1 | -1/+1 |
| | |||||
* | [PyCQA migration] Upgrade links to the repositories in code and doc | Pierre Sassoulas | 2023-03-29 | 1 | -2/+2 |
| | |||||
* | Update typing for Python 3.7 (1) (#1555) | Marc Mueller | 2022-05-13 | 1 | -2/+4 |
| | |||||
* | Simplify hard to maintain copyright notice (#1441) | Pierre Sassoulas | 2022-03-12 | 1 | -0/+4 |
| | | | | | | | | | | | | | | * 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> | ||||
* | Add f-strings with `flynt` | Daniël van Noord | 2021-09-17 | 1 | -1/+1 |
| | |||||
* | Upgrade pylint checks to 2.10.0 | Pierre Sassoulas | 2021-08-21 | 1 | -1/+1 |
| | |||||
* | Fix bug in bump_changelog for version with 10 in it | Pierre Sassoulas | 2021-08-21 | 1 | -3/+2 |
| | |||||
* | Update pylint to 2.9.6 (#1114) | Marc Mueller | 2021-08-02 | 1 | -1/+1 |
| | | | | * Update pylint to v2.9.6 * Code updates | ||||
* | Normalize capitalization of 'Release date' between astroid and pylint | Pierre Sassoulas | 2021-06-29 | 1 | -2/+2 |
| | | | | The way pylint does it makes more sense | ||||
* | Fix some style issue in the release script | Pierre Sassoulas | 2021-06-29 | 1 | -4/+4 |
| | | | | Pylint linter are a little more demanding than those of astroid. | ||||
* | Add patch version and minor version text automatically | Pierre Sassoulas | 2021-06-29 | 1 | -11/+17 |
| | | | | Add tests for bump changelog for minor and major version | ||||
* | Add a function to get the next versions from the version | Pierre Sassoulas | 2021-06-29 | 1 | -0/+19 |
| | |||||
* | Create a check function in bumb changelog script | Pierre Sassoulas | 2021-06-29 | 1 | -27/+46 |
| | |||||
* | Add logging in the bump version script | Pierre Sassoulas | 2021-06-29 | 1 | -4/+19 |
| | |||||
* | Better check for the TBA in the Changelog | Pierre Sassoulas | 2021-06-29 | 1 | -9/+14 |
| | |||||
* | Better get next version according to version type | Pierre Sassoulas | 2021-06-29 | 1 | -8/+17 |
| | |||||
* | Refactor the get_next_version function | Pierre Sassoulas | 2021-06-29 | 1 | -7/+18 |
| | |||||
* | Refactor of script/bump_changelog.py for easier tests | Pierre Sassoulas | 2021-06-29 | 1 | -17/+12 |
| | |||||
* | Add test for getting the new version | Pierre Sassoulas | 2021-06-16 | 1 | -1/+6 |
| | |||||
* | Small change to the script for simplification | Pierre Sassoulas | 2021-06-16 | 1 | -9/+6 |
| | |||||
* | Create a script to bump the version in changelog | Pierre Sassoulas | 2021-06-16 | 1 | -0/+75 |