Skip to content

Commit a270ad8

Browse files
committed
Exclude gen dirs
1 parent ce7d3d5 commit a270ad8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conf/.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
ignore = E501,E401,W503,E128,C901,W504,E302,E265,E741,W291,W292,W293,W391,F401,E226,F841,F821,F541,D400,D401,E800,D102,D105,D107,I900,F632,E261,E731
44
max-line-length = 150
55
#exclude = tests/*
6+
exclude = test/gen/*
67
#max-complexity = 10

0 commit comments

Comments
 (0)