Skip to content

Commit

Permalink
chore: Ignore warnings in dbt dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Feb 18, 2022
1 parent 4d06f5e commit bd0257e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Expand Up @@ -92,8 +92,9 @@ postgresql_password = "test" # pragma: allowlist secret
postgresql_dbname = "test"
python_classes = "!TestStatus !TestTaskConfig"
filterwarnings = [
# Warning raised by dbt dependency
# Warnings raised by dbt dependencies
'ignore: write_gpickle is deprecated:DeprecationWarning',
"ignore: 'soft_unicode' has been renamed to 'soft_str':DeprecationWarning"
]

[tool.mypy]
Expand Down

0 comments on commit bd0257e

Please sign in to comment.