Skip to content

Commit a382b97

Browse files
committed
Ignore the unittest.mock warning in flake8
The flake8 check is warning that unittest.mock is not used. Add H216 to disable the warning.
1 parent 786cabd commit a382b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.flake8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[flake8]
22
max-line-length = 100
33
enable-extensions = H203,H204,H205,H301,H303,H304,O101,O102
4-
ignore = E203,E402,W503
4+
ignore = H216,E203,E402,W503
55
exclude=*.egg/*

0 commit comments

Comments
 (0)