We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4cffc commit 2a067baCopy full SHA for 2a067ba
.pre-commit-config.yaml
@@ -160,14 +160,6 @@ repos:
160
types: [pyi]
161
args: [scripts/run_stubtest.py]
162
stages: [manual]
163
- - id: flake8-rst
164
- name: flake8-rst
165
- description: Run flake8 on code snippets in docstrings or RST files
166
- language: python
167
- entry: flake8-rst
168
- types: [rst]
169
- args: [--filename=*.rst]
170
- additional_dependencies: [flake8-rst==0.7.0, flake8==3.7.9]
171
- id: inconsistent-namespace-usage
172
name: 'Check for inconsistent use of pandas namespace'
173
entry: python scripts/check_for_inconsistent_pandas_namespace.py
0 commit comments