Skip to content

Commit 2a067ba

Browse files
authored
STYLE Remove flake8-rst (#51843)
STYLE Removing flake8-rst
1 parent 9b4cffc commit 2a067ba

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.pre-commit-config.yaml

-8
Original file line numberDiff line numberDiff line change
@@ -160,14 +160,6 @@ repos:
160160
types: [pyi]
161161
args: [scripts/run_stubtest.py]
162162
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]
171163
- id: inconsistent-namespace-usage
172164
name: 'Check for inconsistent use of pandas namespace'
173165
entry: python scripts/check_for_inconsistent_pandas_namespace.py

0 commit comments

Comments
 (0)