Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PyCQA migration] Upgrade links to the repositories in code and doc (#8514) | Pierre Sassoulas | 2023-03-29 | 1 | -2/+2 |
| | |||||
* | [pylint.message] Add a location attribute to 'pylint.Message' | Pierre Sassoulas | 2022-06-29 | 1 | -0/+2 |
| | |||||
* | Use ``python-typing-update`` on second half of the ``tests`` directory | Daniël van Noord | 2022-04-14 | 1 | -1/+3 |
| | |||||
* | Add a pre-commit hook to check the copyright notice | Pierre Sassoulas | 2022-03-24 | 1 | -1/+1 |
| | | | | | 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. | ||||
* | Fix typos accross the whole codebase (#5575) | Pierre Sassoulas | 2021-12-21 | 1 | -4/+4 |
| | | | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com> | ||||
* | Add ``end_lineno`` and ``end_col_offset`` to ``MessageLocationTuple`` (#5343) | Daniël van Noord | 2021-11-22 | 1 | -0/+4 |
| | |||||
* | Type `add_message` and add `MessageLocationTuple` (#5050) | Daniël van Noord | 2021-09-21 | 1 | -27/+22 |
| | | | | | | * Type `add_message` and add `MessageLocationTuple` Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> | ||||
* | Add typing with `PyAnnotate` to `./tests` (#4950) | Daniël van Noord | 2021-09-04 | 1 | -2/+7 |
| | | | | | | * Add mypy_extensions to requirement for ``NoReturn`` Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Fix copyright links (#4647) | Marc Mueller | 2021-07-01 | 1 | -1/+1 |
| | | | | * Fix link in license header * Update link to astroid bump_changelog | ||||
* | Rename copying to license and upgrade the setup.cfg (#4338) | Pierre Sassoulas | 2021-04-11 | 1 | -1/+1 |
| | |||||
* | Remove import and rename file to use pytest's conftest.py | Pierre Sassoulas | 2020-04-20 | 1 | -5/+0 |
| | | | | Close #3493 see https://docs.pytest.org/en/2.7.3/plugins.html?highlight=re | ||||
* | [tests lint] Fix all W0611 unused-import in pylint's own tests | Pierre Sassoulas | 2020-04-20 | 1 | -1/+4 |
| | |||||
* | pyupgrade: automated removal of python2 constructs | Anthony Sottile | 2020-03-24 | 1 | -2/+0 |
| | | | | | | | | | | | | | using configuration: ```yaml - repo: https://github.com/asottile/pyupgrade rev: v2.1.0 hooks: - id: pyupgrade args: [--py3-plus, --keep-percent-format] exclude: ^tests/(extensions/data/|functional/|input/|regrtest_data/) ``` | ||||
* | [pylint.message] Simplification with 1-1 link between symbol and msgid | Pierre Sassoulas | 2019-08-19 | 1 | -137/+50 |
| | | | | Also add a lot of unit tests. | ||||
* | [pylint.message] Create a MessageDefinition.check_msgid function | Pierre Sassoulas | 2019-08-19 | 1 | -13/+0 |
| | |||||
* | [pylint.message] Rename MessagesStore to MessageDefinitionStore | Pierre Sassoulas | 2019-08-09 | 1 | -2/+2 |
| | | | | We anticipate to have a MessageIdStore. | ||||
* | Stopped installing tests with package | Ashley Whetter | 2019-06-20 | 1 | -0/+156 |