We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53bd8bf commit 549c5bbCopy full SHA for 549c5bb
tox.ini
@@ -1,5 +1,5 @@
1
[flake8]
2
-ignore=E1,E2,E3,E4,F401,W391,W292,E501,E731,F811,W503,E704,W504,DOC502,DOC503,DOC501,B010
+ignore=E1,E2,E3,E4,F401,W391,W292,E501,E731,F811,W503,E704,W504,DOC502,DOC503,DOC501,B010,I250
3
banned-modules = datetime = use dlt.common.pendulum
4
json = use dlt.common.json
5
decimal = use dlt.common.decimal
0 commit comments