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 c333997 commit 5508db9Copy full SHA for 5508db9
.gitignore
@@ -7,7 +7,7 @@
7
8
### Generated code
9
/advanced_descriptors/*.c
10
-
+/pip-wheel-metadata/
11
### TortoiseGit template
12
# Project-level settings
13
/.tgitconfig
.travis.yml
@@ -86,13 +86,13 @@ jobs:
86
script:
87
- flake8
88
89
- - <<: *code_style_check
90
- name: "PEP257"
91
- install:
92
- - *upgrade_python_toolset
93
- - pip install --upgrade pydocstyle
94
- script:
95
- - pydocstyle advanced_descriptors
+# - <<: *code_style_check
+# name: "PEP257"
+# install:
+# - *upgrade_python_toolset
+# - pip install --upgrade pydocstyle
+# script:
+# - pydocstyle advanced_descriptors
96
97
- stage: test
98
<<: *python27
0 commit comments