summaryrefslogtreecommitdiff
path: root/pylint/config/find_default_config_files.py
Commit message (Expand)AuthorAgeFilesLines
* Search for pyproject.toml config file in parent dirs (#7163)Mikhail f. Shiryaev2023-04-301-1/+29
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* [ruff] Add RUF specific rules and autofix (#8449)Pierre Sassoulas2023-03-141-1/+1
* Remove all old code related to ``optparse`` config parsing. (#8405)Daniël van Noord2023-03-081-19/+0
* Use stacklevel=2 in warnings.warn calls to DeprecationWarning where makes sen...Yilei "Dolee" Yang2022-09-151-0/+1
* Suppress ``OSError`` in config file discovery (#7423)Daniël van Noord2022-09-061-10/+42
* Don't crash if we can't find the user's home directory (#6806)Daniël van Noord2022-06-021-2/+6
* Some initial line wrapping of docstrings (#6672)Daniël van Noord2022-05-231-1/+3
* Disable fixme for internal uses before we make it optional in #3512 (#6482)Pierre Sassoulas2022-05-011-1/+0
* Several ``argparse`` related refactors (#6337)Daniël van Noord2022-04-151-1/+1
* Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)Daniël van Noord2022-04-141-1/+1
* Use ``python-typing-update`` on ``pylint/config`` directory (#6307)Daniël van Noord2022-04-141-4/+6
* Refactor ``find_default_config_files`` (#6067)Daniël van Noord2022-04-011-30/+31
* Handle invalid .cfg when assessing if they contain a pylint configPierre Sassoulas2022-03-311-1/+4
* [refactor] denser tests for pylint conf in _toml_has_configPierre Sassoulas2022-03-311-7/+1
* Add tests for function detecting pylint config in filesPierre Sassoulas2022-03-311-3/+4
* Deprecate ``find_pylintrc`` for removal in 3.0 (#6057)Daniël van Noord2022-03-311-0/+9
* 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
* Use the ``tomli`` package instead of ``toml`` to parse ``.toml`` (#5887)Daniël van Noord2022-03-101-5/+8
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-1/+1
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-1/+1
* Move the find_pylintrc function in find_default_config_files.pyPierre Sassoulas2021-10-261-1/+10
* Update toml dependency to >=0.9.2 (#5067)Jeroen Seegers2021-09-231-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
* [pre-commit.ci] pre-commit autoupdate (#4438)pre-commit-ci[bot]2021-05-031-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Force encoding in reading of setup.cfg to utf-8 (#4329)Sebastian Müller2021-04-101-1/+1
* Print helpful error when toml decode fails (#4176)Quentin Young2021-03-071-1/+7
* Create a file for find_default_config_filesPierre Sassoulas2020-05-031-0/+63