Skip to content

Commit 75553a4

Browse files
committed
Fix flake8 errors in utils/test
1 parent e2a6cde commit 75553a4

File tree

5 files changed

+174
-156
lines changed

5 files changed

+174
-156
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[flake8]
22
# TODO: cleanup flake8 issues with utils/test/*
3-
exclude=.tox,inventory,utils/test
3+
exclude=.tox,inventory
44
max_line_length = 120
55
ignore = E501,T003

0 commit comments

Comments
 (0)