Closed ghost closed 4 years ago
@daveusa31 There are flake8 and isort errors. You can see the errors in the travis report.
I'm sorry, but I couldn't figure it out :(
You can check the errors locally by first installing flake8 and isort
>> pip install isort
>> pip install flake8
The you can run the following command for isort:
>> isort --recursive --diff validators tests && isort --recursive --check-only validators tests
And for flake8
flake8 validators tests
Yeah, it works
Added
Hello. Please tell me what I did wrong? Why doesn't travic-ci check?