stanford-crfm / mistral

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

Closed SauravMaheshkar closed 1 year ago

SauravMaheshkar commented 1 year ago

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 the pyproject.toml file leading to a overall minimal code structure.

SauravMaheshkar commented 1 year ago

Request for Review: @dlwh

SauravMaheshkar commented 1 year ago

I edited the pre-commit config to use the official isort hook.