summaryrefslogtreecommitdiff
path: root/pylint/config/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Remove all old code related to ``optparse`` config parsing. (#8405)Daniël van Noord2023-03-081-60/+2
* Use stacklevel=2 in warnings.warn calls to DeprecationWarning where makes sen...Yilei "Dolee" Yang2022-09-151-0/+2
* Turn on ``check-untyped-defs`` in ``mypy`` (#7407)Daniël van Noord2022-09-091-2/+4
* Move caching to pylint.lint from pylint.config and deprecate (#6468)Pierre Sassoulas2022-05-051-30/+24
* Move ``PYLINTHOME`` to constants and test it (#6509)Daniël van Noord2022-05-051-43/+3
* Refactor of ``config.__init__.py``Daniël van Noord2022-05-051-14/+13
* Add typing to ``pylint/config/__init__.py`` (#6424)Daniël van Noord2022-04-211-4/+6
* Deprecate all old classes from ``optparse`` (#6338)Daniël van Noord2022-04-161-10/+9
* Change naming and imports of ``_Arguments``Daniël van Noord2022-04-041-4/+0
* Remove broken ``generate-man`` option (#6126)Daniël van Noord2022-04-021-2/+0
* Create ``_ConfigurationFileParser`` class (#6055)Daniël van Noord2022-04-011-0/+2
* [refactor] Cleanup of the USER_HOME variablePierre Sassoulas2022-03-291-6/+3
* [refactor] Create an env_variable file in pylint.configPierre Sassoulas2022-03-291-3/+3
* Create an `Argument` class and allow convertion of optdict into them (#5584)Daniël van Noord2022-03-291-0/+4
* Better error message when we cant write the crash files (#5987)Pierre Sassoulas2022-03-271-3/+2
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-33/+1
* Move the find_pylintrc function in find_default_config_files.pyPierre Sassoulas2021-10-261-10/+4
* Create a OLD_DEFAULT_PYLINT_HOME constantsPierre Sassoulas2021-10-261-3/+3
* Create a DEFAULT_PYLINT_HOME constant and upgrade help textPierre Sassoulas2021-10-261-3/+2
* Put the environnement help directly where it makes sensePierre Sassoulas2021-10-261-11/+0
* Refactor ``LinterStats`` (#5074)Daniël van Noord2021-10-071-2/+6
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-1/+1
* Fix bug with cache's parent directory not existing (#4988)Daniël van Noord2021-09-101-1/+1
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-1/+1
* Migrate from ``appdirs`` to ``platformdirs`` (#4887)Pierre Sassoulas2021-08-211-2/+2
* Bump pylint to 2.10.1, update changelogv2.10.1Ashley Whetter2021-08-201-1/+1
* pylint does not crash when PYLINT_HOME does not exist (#4884)Ashley Whetter2021-08-201-6/+10
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-0/+2
* Prevent crash in CI environnement if we can't write in pylint's cachePierre Sassoulas2021-08-201-2/+9
* [PYLINT-HOME change] Less spam when using pylint in parallelPierre Sassoulas2021-08-201-2/+21
* Add ``format-string-without-interpolation`` checker (#4794)Daniël van Noord2021-08-041-4/+1
* Use `XDG_CACHE_HOME` for `PYLINTHOME` (#4661)Eisuke Kawashima2021-07-281-1/+11
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-0/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Update copyright notice with copyritePierre Sassoulas2021-02-281-1/+0
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-2/+2
* Migrate from % syntax or bad format() syntax to fstringPierre Sassoulas2021-02-211-1/+1
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-2/+2
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Add __all__ in __init__.py so all import are usedPierre Sassoulas2020-09-221-1/+6
* Update formatting following black and isort updatePierre Sassoulas2020-09-101-2/+1
* Sets up copyrighthippo912020-08-201-1/+1
* Remove private functions from the API of pylint.configPierre Sassoulas2020-05-031-10/+1
* Creating a file for ConfigurationMixin and helper functionsPierre Sassoulas2020-05-031-23/+4
* Creating a file for OptionProviderMixin and helper functionsPierre Sassoulas2020-05-031-109/+1
* Creating a file for OptionManagerMixin and helper functionsPierre Sassoulas2020-05-031-349/+7
* Creating a file for OptionParser and helper functionsPierre Sassoulas2020-05-031-41/+1