We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c182be commit 7cf8cdcCopy full SHA for 7cf8cdc
ci/code_checks.sh
@@ -138,7 +138,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
138
-i "pandas.Index.inferred_type SA01" \
139
-i "pandas.Index.insert PR07,RT03,SA01" \
140
-i "pandas.Index.intersection PR07,RT03,SA01" \
141
- -i "pandas.Index.item SA01" \
142
-i "pandas.Index.join PR07,RT03,SA01" \
143
-i "pandas.Index.memory_usage RT03" \
144
-i "pandas.Index.names GL08" \
@@ -152,7 +151,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
152
151
-i "pandas.Index.symmetric_difference PR07,RT03,SA01" \
153
-i "pandas.Index.take PR01,PR07" \
154
-i "pandas.Index.union PR07,RT03,SA01" \
155
- -i "pandas.Index.unique RT03" \
156
-i "pandas.Index.view GL08" \
157
-i "pandas.Int16Dtype SA01" \
158
-i "pandas.Int32Dtype SA01" \
0 commit comments