1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-07 21:56:01 +02:00

Run black, isort, and flake8.

This commit is contained in:
2020-01-15 11:41:31 +02:00
parent 8de5d862b6
commit 87181bc7b8
3 changed files with 14 additions and 14 deletions

View File

@ -21,7 +21,8 @@ def parse_args(argv):
parser.add_argument(
"--experimental-checks",
"-e",
help="Enable experimental checks like language detection", action="store_true"
help="Enable experimental checks like language detection",
action="store_true",
)
parser.add_argument(
"--input-file",