summaryrefslogtreecommitdiff
path: root/pylint/config/options_provider_mixin.py
Commit message (Expand)AuthorAgeFilesLines
* Use stacklevel=2 in warnings.warn calls to DeprecationWarning where makes sen...Yilei "Dolee" Yang2022-09-151-0/+1
* Turn on ``check-untyped-defs`` in ``mypy`` (#7407)Daniël van Noord2022-09-091-0/+2
* Disable fixme for internal uses before we make it optional in #3512 (#6482)Pierre Sassoulas2022-05-011-1/+1
* Deprecate all old classes from ``optparse`` (#6338)Daniël van Noord2022-04-161-0/+6
* Update optdicts in ``pyreverse`` (#6209)Daniël van Noord2022-04-121-2/+2
* Add ``Options`` and ``OptionsDict`` to typing utilsDaniël van Noord2022-04-061-2/+2
* Create ``_CallbackActions`` for all option callbacksDaniël van Noord2022-04-041-4/+7
* Allow setting a ``CallbackAction`` instead of ``"callback"``Daniël van Noord2022-04-021-0/+2
* Remove the concept of checker priority (#6034)Daniël van Noord2022-04-011-1/+0
* Some refactors of configuration file discovery (#6052)Daniël van Noord2022-04-011-3/+2
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-2/+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-8/+8
* Activate and fix existing use-set-for-membership checks (#5379)Pierre Sassoulas2021-11-251-1/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Moved stdlib module deprecation from imports checker to stdlib checker (#4454)Matus Valo2021-05-101-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Refactor from old style typing to new style typingPierre Sassoulas2021-03-311-1/+1
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-1/+1
* Creating a file for OptionProviderMixin and helper functionsPierre Sassoulas2020-05-031-0/+111