BeanieODM / beanie

Asynchronous Python ODM for MongoDB
http://beanie-odm.dev/
Apache License 2.0
1.91k stars 201 forks source link

[DEV] Black not listed in dev-dependencies #339

Closed qw-in closed 1 year ago

qw-in commented 1 year ago

pyproject.toml includes a section for tool.black but does not appear to list black as a dev-dependency?

I assume this is by mistake via the contributing doc:

To run commands like pytest or black you have to run them using the virtual environment which contains the dependencies and Beanie. You can do this in two ways, you may run poetry shell to activate the environment for the current shell, or you can run them in a one-off fashion as such poetry run pytest.

Edit: noticed missing mypy too

qw-in commented 1 year ago

Oh, fixed by #146

roman-right commented 1 year ago

Thx