1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-06-26 17:47:40 +02:00

Add flake8 to pipenv dev environment

To help check PEP8 formatting/style compliance.
This commit is contained in:
2019-07-28 17:46:30 +03:00
parent aadb3117eb
commit c6e7d6d9b5
3 changed files with 40 additions and 1 deletions

View File

@ -6,6 +6,7 @@ verify_ssl = true
[dev-packages]
pytest = "*"
ipython = "*"
flake8 = "*"
[packages]
pandas = "*"