summaryrefslogtreecommitdiff
path: root/pylint/extensions/code_style.py
Commit message (Expand)AuthorAgeFilesLines
* Add optional `prefer-typing-namedtuple` message (#8681)HEADmainJacob Walls2023-05-161-0/+21
* [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
* Add default_enabled option to optional message dict (#7629)Marc Mueller2022-10-251-2/+3
* Move `consider-using-augmented-assign` to `CodeStyle` extension (#7628)Marc Mueller2022-10-161-0/+23
* Turn on ``mypy`` strict mode 🎉 (#7448)Daniël van Noord2022-09-091-3/+1
* Migrate from utils.check_messages to utils.only_required_for_messages (#6432)Pierre Sassoulas2022-04-221-5/+5
* Remove ``IAstroidChecker`` from ``__implements__``Daniël van Noord2022-04-191-3/+0
* Deprecate ``get_global_option``Daniël van Noord2022-04-151-3/+2
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-141-1/+1
* Use ``python-typing-update`` on ``pylint/extensions`` directory (#6308)Daniël van Noord2022-04-141-10/+12
* Remove the ``future_option_parsing`` keyword (#6253)Daniël van Noord2022-04-111-4/+0
* Use ``argparse`` config handler in all extensionsDaniël van Noord2022-04-021-2/+3
* Remove the concept of checker priority (#6034)Daniël van Noord2022-04-011-1/+0
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-0/+4
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-131-0/+1
* Restore the useful part of the python3 checker (#5843)Pierre Sassoulas2022-03-081-1/+1
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-271-4/+6
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-1/+1
* Small py-version improvements (#5069)Marc Mueller2021-09-251-1/+1
* Spelling and grammar fixesVille Skyttä2021-09-171-1/+1
* Use overload to type get_global_option (#4978)Daniël van Noord2021-09-081-1/+1
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-031-3/+3
* Add `consider-using-assignment-expr` to `CodeStyleChecker` (#4876)Marc Mueller2021-08-301-1/+168
* Refactor existing code - code_style extension (#4872)Marc Mueller2021-08-191-9/+4
* Use alias for astroid.nodes 04 (#4869)Marc Mueller2021-08-191-21/+20
* Improvements consider-using-tuple (#4838)Marc Mueller2021-08-131-17/+17
* Keep bugfixMarc Mueller2021-08-121-1/+1
* Revert "Extended consider-using-tuple check to cover 'in' comparisons (#4768)"Marc Mueller2021-08-121-15/+10
* Extended consider-using-tuple check to cover 'in' comparisons (#4768)Marc Mueller2021-07-291-10/+15
* Merge branch 'master' into misc-tasksPierre Sassoulas2021-06-121-3/+82
|\
| * Move consider-using-namedtuple-or-dataclass to CodeStyle extensionMarc Mueller2021-06-121-3/+82
* | Add note to CodeStyleCheckerMarc Mueller2021-06-101-0/+9
|/
* Move to new extension CodeStyleCheckerMarc Mueller2021-06-101-0/+58