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:
@ -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",
|
||||
|
Reference in New Issue
Block a user