Skip to content

Commit

Permalink
fix: Another warning filter attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
b-butler committed Dec 1, 2023
1 parent 8e5a4d3 commit 9046094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ follow_imports = 'skip'
xfail_strict = true
filterwarnings = [
"error",
"ignore::DeprecationWarning:datetime.datetime"
"ignore::DeprecationWarning:datetime"
]

[tool.coverage.run]
Expand Down

0 comments on commit 9046094

Please sign in to comment.