summaryrefslogtreecommitdiff
path: root/pylint/checkers/threading_checker.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* [pre-commit] Upgrade to black 23.1a1 with 2023's formatting (#7965)Pierre Sassoulas2022-12-271-1/+0
* Migrate from 'check_messages' to 'only_required_for_messages' (#6417)Pierre Sassoulas2022-04-211-2/+2
* Remove ``IAstroidChecker`` from ``__implements__``Daniël van Noord2022-04-191-2/+0
* Use ``python-typing-update`` on ``pylint/checkers`` directoryDaniël van Noord2022-04-141-1/+3
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-0/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-1/+1
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-271-2/+6
* Inspection for `with threading.Lock():` (#5245)Martin2021-11-031-0/+55