Skip to content

Commit 549c5bb

Browse files
committed
ignores some flake8 errors
1 parent 53bd8bf commit 549c5bb

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,5 +1,5 @@
11
[flake8]
2-
ignore=E1,E2,E3,E4,F401,W391,W292,E501,E731,F811,W503,E704,W504,DOC502,DOC503,DOC501,B010
2+
ignore=E1,E2,E3,E4,F401,W391,W292,E501,E731,F811,W503,E704,W504,DOC502,DOC503,DOC501,B010,I250
33
banned-modules = datetime = use dlt.common.pendulum
44
json = use dlt.common.json
55
decimal = use dlt.common.decimal

0 commit comments

Comments
 (0)