Skip to content

Commit

Permalink
fixes mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfix committed Oct 3, 2023
1 parent 47f885a commit 47d0465
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions docs/examples/incremental_loading/.dlt/secrets.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
[sources.zendesk.credentials]
password = ""
subdomain = ""
token = ""
email = ""
oauth_token = ""
email = ""
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@
[sources.zendesk.credentials]
password = ""
subdomain = ""
token = ""
email = ""
oauth_token = ""
# @@@DLT_SNIPPET_END example
2 changes: 1 addition & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace_packages=true
warn_unused_ignores=true
show_error_codes=true
#exclude=reflection/module_cases/*
exclude=docs/examples/archive/*
exclude=docs/examples/archive/*|tests/reflection/module_cases/*

[mypy-tests.*]
disallow_untyped_defs=false
Expand Down

0 comments on commit 47d0465

Please sign in to comment.