Skip to content

Commit 7e88054

Browse files
ErdiTkMarcoGorelli
andauthored
Remove flake8-rst usage (#51847)
Removed flake8-rst since it is not maintained and breaks with python3.10, with last update on 2020. Co-authored-by: Marco Edward Gorelli <[email protected]>
1 parent 3099218 commit 7e88054

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

setup.cfg

-32
Original file line numberDiff line numberDiff line change
@@ -33,35 +33,3 @@ exclude =
3333
versioneer.py,
3434
# exclude asv benchmark environments from linting
3535
env
36-
37-
[flake8-rst]
38-
max-line-length = 84
39-
bootstrap =
40-
import numpy as np
41-
import pandas as pd
42-
# avoiding error when importing again numpy or pandas
43-
np
44-
# (in some cases we want to do it to show users)
45-
pd
46-
ignore =
47-
# space before : (needed for how black formats slicing)
48-
E203,
49-
# module level import not at top of file
50-
E402,
51-
# line break before binary operator
52-
W503,
53-
# Classes/functions in different blocks can generate those errors
54-
# expected 2 blank lines, found 0
55-
E302,
56-
# expected 2 blank lines after class or function definition, found 0
57-
E305,
58-
# We use semicolon at the end to avoid displaying plot objects
59-
# statement ends with a semicolon
60-
E703,
61-
# comparison to none should be 'if cond is none:'
62-
E711,
63-
exclude =
64-
doc/source/development/contributing_docstring.rst,
65-
# work around issue of undefined variable warnings
66-
# https://github.com/pandas-dev/pandas/pull/38837#issuecomment-752884156
67-
doc/source/getting_started/comparison/includes/*.rst

0 commit comments

Comments
 (0)