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 a2f73ca commit 087b142Copy full SHA for 087b142
.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
@@ -94,13 +94,13 @@ jobs:
94
script:
95
- flake8
96
97
- - <<: *code_style_check
98
- name: "PEP257"
99
- install:
100
- - *upgrade_python_toolset
101
- - pip install --upgrade pydocstyle
102
- script:
103
- - pydocstyle advanced_descriptors
+# - <<: *code_style_check
+# name: "PEP257"
+# install:
+# - *upgrade_python_toolset
+# - pip install --upgrade pydocstyle
+# script:
+# - pydocstyle advanced_descriptors
104
- <<: *code_style_check
105
name: "Black formatting"
106
install:
0 commit comments