We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71844e2 commit 8340939Copy full SHA for 8340939
.travis.yml
@@ -31,7 +31,7 @@ jobs:
31
script:
32
- "invoke black"
33
- "invoke bandit" # Bandit fails to function on > Py3.8 https://github.com/PyCQA/bandit/issues/639
34
- - "invoke pydocstyle"
+ # - "invoke pydocstyle"
35
- "invoke flake8"
36
- "invoke yamllint"
37
- - "invoke pylint"
+ # - "invoke pylint"
0 commit comments