1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-07-01 04:01:53 +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

2
.flake8 Normal file
View File

@ -0,0 +1,2 @@
[flake8]
ignore = E501