Skip to content

Commit 1f44c41

Browse files
committed
ignore __init__ for unused import check
1 parent 45ed0ed commit 1f44c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[flake8]
22
ignore = E402,E501,E712,W503
3-
exclude = .git,Data,common/candle,common/candle_keras,common/darts/__init__.py
3+
exclude = .git,Data,common/candle,common/candle_keras,__init__.py
44
[pycodestyle]
55
ignore = E402,E501,E712,W503,E221,E222,E241,E271,E272
66
exclude = .git,Data

0 commit comments

Comments
 (0)