Skip to content

Commit

Permalink
test: fix ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Jul 13, 2022
1 parent 5fd6a62 commit dbce193
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 @@ -112,7 +112,7 @@ ignore = "D100,D213,D401,D413,D107"
minversion = "6.0"
filterwarnings = [
"error",
"ignore:QPixmapCache.find(const QString & key) is deprecated:DeprecationWarning",
"ignore:QPixmapCache.find:DeprecationWarning:",
]

# https://mypy.readthedocs.io/en/stable/config_file.html
Expand Down

0 comments on commit dbce193

Please sign in to comment.