Commit Graph

7 Commits

Author SHA1 Message Date
Pierre Sassoulas
52f259d67c
Migrate from utils.check_messages to utils.only_required_for_messages (#6432) 2022-04-22 00:12:34 +02:00
Daniël van Noord
5e76bff35d Remove `IAstroidChecker from __implements__` 2022-04-19 23:26:39 +02:00
Daniël van Noord
47e168cf60
Use `python-typing-update on pylint/extensions` directory (#6308) 2022-04-14 11:07:21 +02:00
Daniël van Noord
e01fa86c00
Remove the concept of checker priority (#6034)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
2022-04-01 20:19:36 +02:00
Pierre Sassoulas
ec4a3f7f1e Add a pre-commit hook to check the copyright notice
Fix the existing file so they have a notice.
No header for setup.py or examples or doc
2022-03-24 13:06:15 +01:00
Pierre Sassoulas
7d25842515
Add typing and uniformize the checker registering in Pylinter (#5558)
Remove verbose docstring in code, keep them in example and doc

Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2021-12-27 21:30:34 +01:00
Marc Mueller
7cdd8f35ce
Add use-set-for-membership check (#4841)
* Add use-set-for-membership check

* Create SetMembershipChecker extension

* Add heuristic to check items for hashability

Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
2021-08-30 18:38:31 +02:00