Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 866e183

Browse files
committed
Make flake8 doc/ exceptions explicit.
1 parent 4e8e995 commit 866e183

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.flake8

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,11 @@ per-file-ignores =
8787
mpl_toolkits/tests/test_axes_grid1.py: E201, E202
8888
mpl_toolkits/tests/test_mplot3d.py: E231, E302
8989

90-
doc/**: E302, E501
91-
doc/conf.py: E402
90+
doc/conf.py: E402, E501
91+
doc/sphinxext/github.py: E302, E501
92+
doc/sphinxext/math_symbol_table.py: E302, E501
93+
doc/sphinxext/skip_deprecated.py: E302
94+
doc/users/generate_credits.py: E302, E501
9295
tutorials/**: E402, E501
9396

9497
examples/**: E501, E402

0 commit comments

Comments
 (0)