Skip to content

Commit

Permalink
more descriptive comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Dec 12, 2024
1 parent 6438670 commit b242c8f
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 @@ -249,7 +249,7 @@ filterwarnings = [
# NOTE: the LAST matching option would be used
"ignore::UserWarning", # Ignore UserWarning
"error:We strongly encourage explicit `encoding`:EncodingWarning", # Mark `zopen` EncodingWarning as error
# TODO: remove the following filter once `monty.io` dropped custom warning
# TODO: remove the following filter once `monty.io` dropped custom EncodingWarning
"error:We strongly encourage explicit `encoding`:monty.io.EncodingWarning",
# TODO: pybtex (perhaps some others) emits the following warnings
'ignore:pkg_resources is deprecated as an API:DeprecationWarning',
Expand Down

0 comments on commit b242c8f

Please sign in to comment.