Skip to content

Commit 323f9b5

Browse files
committed
fix flake8 ignore doc examples
this is because we have a missing display variable that gets injected
1 parent 821dd55 commit 323f9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ max-complexity = 18
1111
select = B,C,E,F,W,T4,B9,N
1212
exclude =
1313
idom/client/static/node_modules/*
14-
docs/source/widgets/*
14+
docs/source/examples/*
1515
.eggs/*
1616
.tox/*
1717

0 commit comments

Comments
 (0)