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

Skip to content

Commit b28bbbd

Browse files
committed
Exclude s-g generated files from flake8 check.
They're already being checked (with a bunch of exclusions) anyways, and this avoids a bunch of spurious warnings when running flake8 from a checkout with the docs built.
1 parent 84e531b commit b28bbbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.flake8

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ ignore =
1919
exclude =
2020
.git
2121
build
22+
doc/gallery
23+
doc/tutorials
2224
# External files.
2325
versioneer.py
2426
tools/gh_api.py

0 commit comments

Comments
 (0)