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 1d87c48 commit 3323001Copy full SHA for 3323001
.travis.yml
@@ -85,13 +85,13 @@ jobs:
85
script:
86
- flake8
87
88
- - <<: *code_style_check
89
- name: "PEP257"
90
- install:
91
- - *upgrade_python_toolset
92
- - pip install --upgrade pydocstyle
93
- script:
94
- - pydocstyle -v exec_helpers
+# - <<: *code_style_check
+# name: "PEP257"
+# install:
+# - *upgrade_python_toolset
+# - pip install --upgrade pydocstyle
+# script:
+# - pydocstyle -v exec_helpers
95
- <<: *code_style_check
96
name: "Black formatting"
97
install:
0 commit comments