Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [primer] Fix commit string generation (#8639) | Jacob Walls | 2023-04-30 | 1 | -2/+3 |
| | | | Follow-up to 87a4d672a8661aa61d5717fd902315d9563e33b6. | ||||
* | Add home-assistant to primer and remove old external primer (#8612) | Jacob Walls | 2023-04-29 | 1 | -1/+1 |
| | |||||
* | Drop support for Python 3.7 (#8609) | Marc Mueller | 2023-04-24 | 2 | -13/+2 |
| | | | | | * Drop support for Python 3.7 * Update py-version + classifier * Update functional tests | ||||
* | Clear cache between primer package runs | Jacob Walls | 2023-04-23 | 1 | -1/+2 |
| | |||||
* | [PyCQA migration] Upgrade links to the repositories in code and doc (#8514) | Pierre Sassoulas | 2023-03-29 | 7 | -14/+14 |
| | |||||
* | Add explicit 'stack_level' keyword in Deprecation/User warnings | Pierre Sassoulas | 2023-03-21 | 1 | -1/+2 |
| | |||||
* | Changing flake8 to have max-line-length of 115 (#8362) | Ollie | 2023-03-02 | 1 | -1/+4 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | [primer --prepare clone] Create a function for each action | Pierre Sassoulas | 2023-02-06 | 1 | -23/+25 |
| | |||||
* | [primer --prepare clone] Better error message in case of crash | Pierre Sassoulas | 2023-02-06 | 1 | -3/+12 |
| | |||||
* | [primer] Fall back to no rcfile rather than pylint's (#7798) | Jacob Walls | 2022-11-19 | 1 | -5/+11 |
| | |||||
* | Bump mypy from 0.982 to 0.990 (#7769) | dependabot[bot] | 2022-11-14 | 1 | -1/+1 |
| | | | Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> | ||||
* | Tag primer commit strings with python version | Jacob Walls | 2022-11-12 | 1 | -3/+8 |
| | |||||
* | Allow specifying minimum python version for primer packages | Jacob Walls | 2022-11-09 | 2 | -0/+15 |
| | |||||
* | [use-implicit-booleaness] Fix comparison to empty strings across the ↵ | Pierre Sassoulas | 2022-11-07 | 1 | -6/+5 |
| | | | | | codebase (#7722) As it will become a default check in #6870 it will be easier to review it if we separate the two | ||||
* | Use permanent links in the primer comment (#7332) | Daniël van Noord | 2022-08-22 | 3 | -33/+64 |
| | |||||
* | Fix ``mypy`` issues in primer | Daniël van Noord | 2022-08-21 | 2 | -12/+14 |
| | |||||
* | Use warnings | Daniël van Noord | 2022-08-21 | 1 | -2/+5 |
| | |||||
* | Fix up the message about ``astroid-error`` in the comment | Daniël van Noord | 2022-08-21 | 1 | -4/+2 |
| | |||||
* | Assert on fatal errors in primer | Daniël van Noord | 2022-08-21 | 1 | -41/+22 |
| | |||||
* | [primer] display results early instead of priming all the packages first (#7187) | Pierre Sassoulas | 2022-07-15 | 1 | -38/+71 |
| | | | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> | ||||
* | [primer] Fix a silent fail when no command were given (#7185) | Pierre Sassoulas | 2022-07-14 | 1 | -3/+5 |
| | | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> | ||||
* | [primer] Refactor the primer to use 'pylint.message.Message' | Pierre Sassoulas | 2022-06-29 | 2 | -14/+20 |
| | |||||
* | [primer] Better signature and naming in CompareCommand | Pierre Sassoulas | 2022-06-20 | 1 | -12/+16 |
| | |||||
* | [primer] Add a test for truncating comments | Pierre Sassoulas | 2022-06-20 | 1 | -1/+0 |
| | |||||
* | [refactor] Add two function in primer compare comment | Pierre Sassoulas | 2022-06-20 | 1 | -7/+15 |
| | |||||
* | [refactor] Reorganize the primer comment code before modification | Pierre Sassoulas | 2022-06-20 | 1 | -67/+72 |
| | |||||
* | [refactor] Burst the primer command in three files | Pierre Sassoulas | 2022-06-20 | 5 | -218/+285 |
| | |||||
* | [refactor] Move primer tools to 'pylint.testutils' (#6907) | Pierre Sassoulas | 2022-06-11 | 1 | -0/+306 |
| | |||||
* | [refactor] Make 'pylint.testutil.primer' a private API | Pierre Sassoulas | 2022-06-10 | 2 | -0/+123 |