Linting in mirdata #584
Unanswered
guillemcortes
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all!
I believe there is no linting testing (correct me if I'm wrong). Is there a specific reason for this?
Also, the actual formatting test
black --target-version py38
clashes withflake8
, which is the linter I use. Has anyone faced the same situation before? Is there any guideline regarding this? Note that theE501 line too long
of warnings could be solved usingblack --target-version py38 --line-length 79
.Beta Was this translation helpful? Give feedback.
All reactions