summaryrefslogtreecommitdiff
path: root/pylint/message/message_id_store.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Mark `no-self-use` as moved to extensions (#6932)Jacob Walls2022-06-131-1/+14
* [deleted messages] Add an exception for deleted messages in MessageIdStorePierre Sassoulas2022-06-041-3/+14
* Some initial line wrapping of docstrings (#6672)Daniël van Noord2022-05-231-1/+3
* Use ``python-typing-update`` on ``pylint/utils`` and ``message`` dirsDaniël van Noord2022-04-141-10/+12
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+2
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-0/+1
* Remove ``lru_cache`` from ``get_active_msgids`` (#5672)Daniël van Noord2022-01-131-6/+13
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-2/+4
* Add caching to bottlenecks in the message store (#5605)Pierre Sassoulas2021-12-291-6/+12
* Require Python 3.6.2 (#5068)Marc Mueller2021-11-251-7/+1
* Add basic typing to ``pylint/message``Daniël van Noord2021-10-021-6/+12
* Fix false negative for use-symbolic-messagePierre Sassoulas2021-09-141-1/+1
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-031-3/+4
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Refactor register_message_definition to prevent circular importPierre Sassoulas2021-06-021-8/+8
* Add typing in pylint.messagesPierre Sassoulas2021-06-021-27/+19
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Refactor MessageId Store with a better error messagePierre Sassoulas2021-04-091-2/+10
* Migrate from % syntax or bad format() syntax to fstringPierre Sassoulas2021-02-211-7/+5
* Move from format() to f-string where it makes sensePierre Sassoulas2021-02-161-10/+3
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-2/+0
* [pylint.message] Remove a check that never failPierre Sassoulas2019-09-101-4/+0
* [pylint.message] Optimize MessageDefinitionStore storagePierre Sassoulas2019-09-101-0/+4
* [tests.message] Add a test for multiple messages with the same old namePierre Sassoulas2019-09-101-1/+6
* [pylint.message] Create a MessageIdStore classPierre Sassoulas2019-08-191-0/+123