Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 4, 2023
1 parent 29b858d commit 7792b3a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,6 @@ line-length = 79
"ERA001",
]

[tool.pytest.ini_options]
filterwarnings = [
"error:::gliderpy.*",
"ignore::UserWarning",
"ignore::RuntimeWarning",
]

[tool.check-manifest]
ignore = [
"*.yml",
Expand All @@ -95,6 +88,13 @@ ignore = [
]
##

[tool.pytest.ini_options]
filterwarnings = [
"error:::gliderpy.*",
"ignore::UserWarning",
"ignore::RuntimeWarning",
]

[tool.interrogate]
ignore-init-method = true
ignore-init-module = false
Expand Down

0 comments on commit 7792b3a

Please sign in to comment.