Skip to content

Commit

Permalink
馃И ignore deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin committed Jan 6, 2024
1 parent 1d15a95 commit 0562db9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ warn_unused_ignores = true
filterwarnings = [
"error",
"ignore::DeprecationWarning:pkg_resources",
"ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning"
"ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning",
"ignore:datetime.datetime.utcfromtimestamp:DeprecationWarning:dateutil.tz.tz"
]

[tool.ruff]
Expand Down

0 comments on commit 0562db9

Please sign in to comment.