Skip to content

Commit

Permalink
Remove unnecessary filtered warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegrabowski committed Oct 8, 2023
1 parent e879d1c commit 654fd9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ filterwarnings =[
"error",
"ignore::UserWarning:arviz.data.inference_data",
'ignore:.*(\b(pkg_resources\.declare_namespace|np\.bool8)\b).*:DeprecationWarning',
'ignore::DeprecationWarning:.*numpy.core.fromnumeric',
'ignore::DeprecationWarning:.*numpy.core.numerictypes'
'ignore::DeprecationWarning:.*numpy.core.fromnumeric*',
'ignore::DeprecationWarning:.*numpy.core.numerictypes*'
]

[tool.black]
Expand All @@ -27,7 +27,7 @@ exclude_lines = [

[tool.isort]
profile = "black"
#lines_between_types = 1
lines_between_types = 1

[tool.nbqa.mutate]
isort = 1
Expand Down

0 comments on commit 654fd9e

Please sign in to comment.