rgbkrk / genai

What if GPT could help you notebook?
BSD 3-Clause "New" or "Revised" License
351 stars 36 forks source link

chore: move configurations to `pyproject.toml` #76

Closed SauravMaheshkar closed 1 year ago

SauravMaheshkar commented 1 year ago

This PR aims to minimize the number of configuration files for the project. Instead of a separate mypy.ini and pytest.ini, we now would have all the configurations within the pyproject.toml file leading to a overall minimal code structure.

I managed to transfer most of the configuration files into pyproject.toml but flake8 doesn't support it yet (https://github.com/PyCQA/flake8/issues/234).