summaryrefslogtreecommitdiff
path: root/pylint/config/option_manager_mixin.py
Commit message (Expand)AuthorAgeFilesLines
* Add test for current pyproject issuesinvalid-toml-configPierre Sassoulas2021-11-031-7/+12
* Create a function for toml parsingPierre Sassoulas2021-11-031-20/+27
* Add typing to ``filepath`` (#4980)Daniël van Noord2021-09-161-1/+1
* Add typing to most reference of ``stream``Daniël van Noord2021-09-131-3/+9
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-1/+1
* Change some if/assign blocks to if-expressionsNick Drozd2021-08-201-4/+1
* Add extension check against use of while loops (#4860)Nick Drozd2021-08-181-3/+2
* Enable some Pylint extensions (#4842)Nick Drozd2021-08-141-0/+1
* Update option_manager_mixin.py - issue 3839 (#4812)PaaEl2021-08-111-1/+1
* Add unspecified-encoding checker #3826 (#4753)Daniël van Noord2021-07-281-1/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Handle floats when parsing pyproject.toml (#4518) (#4520)Markus Siebenhaar2021-05-291-1/+1
* Fixed false negative of consider-using-enumerate on attributes (#4508)yushao22021-05-261-2/+2
* Moved stdlib module deprecation from imports checker to stdlib checker (#4454)Matus Valo2021-05-101-1/+1
* Changes after black updateMarc Mueller2021-04-261-2/+2
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Update pylint/config/option_manager_mixin.pyPierre Sassoulas2021-04-091-1/+2
* Fix some typo and create better docstringsPierre Sassoulas2021-04-091-14/+15
* Remove implicit concat in str shortened enough by blackPierre Sassoulas2021-04-041-1/+0
* Move from format() to f-string where it makes sensePierre Sassoulas2021-02-161-4/+2
* config: Handle rich (non-string) types in TOML fileDamien Baty2020-05-161-1/+10
* The full version is a constant we can just import itPierre Sassoulas2020-05-101-4/+4
* Creating a file for OptionManagerMixin and helper functionsPierre Sassoulas2020-05-031-0/+358