Mistral: A strong, northwesterly wind: Framework for transparent and accessible large-scale language model training, built with Hugging Face 🤗 Transformers.
Apache License 2.0
562
stars
49
forks
source link
feat: move mypy configuration to `pyproject.toml` #198
This PR aims to minimize the number of configuration files for the project. Instead of a separate mypy.ini, we now would have all the configurations within the pyproject.toml file leading to a overall minimal code structure.
Description
This PR aims to minimize the number of configuration files for the project. Instead of a separate
mypy.ini
, we now would have all the configurations within thepyproject.toml
file leading to a overall minimal code structure.