MicaelJarniac / crustypy

A basic Python project template for Cookiecutter.
MIT License
1 stars 0 forks source link

Configure tools to only run inside `src/` #42

Open MicaelJarniac opened 2 years ago

MicaelJarniac commented 2 years ago

Related to #41. I'm still not too sure about this one, but I think it does make sense for some tools to only run inside src/.

Maybe just ignoring venv/ and .venv/ might do the trick for most tools.

MicaelJarniac commented 2 years ago

Maybe configure tools to obey .gitignore.

https://pycqa.github.io/isort/docs/configuration/options.html#git-ignore https://black.readthedocs.io/en/stable/usage_and_configuration/file_collection_and_discovery.html#gitignore

MicaelJarniac commented 1 year ago

Running on tests/ and noxfile.py might also be a good idea, though.