Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add home-assistant to primer and remove old external primer (#8612) | Jacob Walls | 2023-04-29 | 1 | -73/+0 |
| | |||||
* | [PyCQA migration] Upgrade links to the repositories in code and doc (#8514) | Pierre Sassoulas | 2023-03-29 | 1 | -2/+2 |
| | |||||
* | [ruff] Add RUF specific rules and autofix (#8449) | Pierre Sassoulas | 2023-03-14 | 1 | -1/+1 |
| | |||||
* | [refactor] Make 'pylint.testutil.primer' a private API | Pierre Sassoulas | 2022-06-10 | 1 | -1/+1 |
| | |||||
* | Remove redundant second batch of old primer | Daniël van Noord | 2022-05-30 | 1 | -20/+0 |
| | |||||
* | Move ``pylint_primer_tests`` into ``tests`` | Daniël van Noord | 2022-05-28 | 1 | -1/+1 |
| | |||||
* | Use list comprehension when possible for performance reason | Pierre Sassoulas | 2022-04-25 | 1 | -4/+4 |
| | |||||
* | Use ``python-typing-update`` on second half of the ``tests`` directory | Daniël van Noord | 2022-04-14 | 1 | -5/+4 |
| | |||||
* | Add a pre-commit hook to check the copyright notice | Pierre Sassoulas | 2022-03-24 | 1 | -1/+2 |
| | | | | | Fix the existing file so they have a notice. No header for setup.py or examples or doc | ||||
* | Simplify hard to maintain copyright notice | Pierre Sassoulas | 2022-03-24 | 1 | -0/+1 |
| | | | | | | 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. | ||||
* | Update ``pydocstringformatter`` to 0.4.0 (#5787) | Daniël van Noord | 2022-02-10 | 1 | -3/+3 |
| | |||||
* | Update ``primer`` tests to own file, separate batches and concurrent runs ↵ | Daniël van Noord | 2021-11-29 | 1 | -6/+32 |
| | | | | (#5425) | ||||
* | Primer tests "à la mypy" (#5173) | Pierre Sassoulas | 2021-11-24 | 1 | -0/+66 |
* Add changelog and warning about unstable API in testutil * Add primer tests, (running pylint on external libs during tests) In order to anticipate crash/fatal messages, false positives are harder to anticipate. Follow-up will be #5359 and later on #5364 Add '__tracebackhide__ = True' so the traceback is manageable Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> |