Skip to content

Commit 1651a10

Browse files
qwhelanjreback
authored andcommitted
CI: Exclude asv benchmark envs from flake8 checks (#23497)
1 parent 54982c2 commit 1651a10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ exclude =
2727
doc/build/*.py,
2828
doc/temp/*.py,
2929
.eggs/*.py,
30-
versioneer.py
30+
versioneer.py,
31+
env # exclude asv benchmark environments from linting
3132

3233
[yapf]
3334
based_on_style = pep8

0 commit comments

Comments
 (0)