Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e8e995 commit 866e183Copy full SHA for 866e183
1 file changed
.flake8
@@ -87,8 +87,11 @@ per-file-ignores =
87
mpl_toolkits/tests/test_axes_grid1.py: E201, E202
88
mpl_toolkits/tests/test_mplot3d.py: E231, E302
89
90
- doc/**: E302, E501
91
- doc/conf.py: E402
+ doc/conf.py: E402, E501
+ 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
95
tutorials/**: E402, E501
96
97
examples/**: E501, E402
0 commit comments