1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-09 14:46:00 +02:00

Add black and isort to pipenv dev dependencies

These do a very opinionated automatic formatting and validation of
code.

See: https://sourcery.ai/blog/python-best-practices/
This commit is contained in:
2019-08-29 01:08:38 +03:00
parent 865c61d316
commit b375f0e895
2 changed files with 40 additions and 1 deletions

View File

@ -8,6 +8,8 @@ pytest = "*"
ipython = "*"
flake8 = "*"
pytest-clarity = "*"
black = "*"
isort = "*"
[packages]
pandas = "*"