summaryrefslogtreecommitdiff
path: root/tests/config/test_find_default_config_files.py
Commit message (Expand)AuthorAgeFilesLines
* Search for pyproject.toml config file in parent dirs (#7163)Mikhail f. Shiryaev2023-04-301-0/+41
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-4/+4
* Remove all old code related to ``optparse`` config parsing. (#8405)Daniël van Noord2023-03-081-2/+0
* Finish unfinished typing in non core directories (#7443)Daniël van Noord2022-09-091-1/+1
* Suppress ``OSError`` in config file discovery (#7423)Daniël van Noord2022-09-061-0/+9
* Fix the use of abbreviations for preprocessable options on the CLI (#6820)Daniël van Noord2022-06-031-0/+15
* Don't crash if we can't find the user's home directory (#6806)Daniël van Noord2022-06-021-0/+15
* Disable duplicate-code warningsMarc Mueller2022-05-051-0/+5
* Improve coverage of ``argparse`` (#6332)Daniël van Noord2022-04-151-0/+16
* Catch a ``DeprecationWarning`` in our testsDaniël van Noord2022-04-151-1/+2
* Use ``python-typing-update`` on second half of the ``tests`` directoryDaniël van Noord2022-04-141-1/+3
* Refactor ``find_default_config_files`` (#6067)Daniël van Noord2022-04-011-0/+132
* Handle invalid .cfg when assessing if they contain a pylint configPierre Sassoulas2022-03-311-0/+1
* Add tests for function detecting pylint config in filesPierre Sassoulas2022-03-311-0/+68