tmbo / questionary

Python library to build pretty command line user prompts ✨Easy to use multi-select lists, confirmations, free text prompts ...
MIT License
1.53k stars 87 forks source link

Remove setup.cfg #394

Closed FantasqueX closed 2 months ago

FantasqueX commented 2 months ago

What is the problem that this PR addresses?

Since questionary uses poetry instead of setuptools, it's better not keep setup.cfg. Mypy can be configured using pyproject.toml. How did you solve it?

https://mypy.readthedocs.io/en/stable/config_file.html

Checklist