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 7c7cc84 commit 1f813d9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,6 @@ line-length = 79
"A001",
]

[tool.pytest.ini_options]
markers = [
"web: marks tests require connection (deselect with '-m \"not web\"')",
"serial: marks tests that cannot be run in parallel (deselect with '-m \"not serial\"')",
]
filterwarnings = [
"error:::erddapy.*",
"ignore::UserWarning",
"ignore::RuntimeWarning",
]

[tool.check-manifest]
ignore = [
"*.yml",
Expand All @@ -89,6 +78,17 @@ ignore = [
"tests/*",
]

[tool.pytest.ini_options]
markers = [
"web: marks tests require connection (deselect with '-m \"not web\"')",
"serial: marks tests that cannot be run in parallel (deselect with '-m \"not serial\"')",
]
filterwarnings = [
"error:::erddapy.*",
"ignore::UserWarning",
"ignore::RuntimeWarning",
]

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

0 comments on commit 1f813d9

Please sign in to comment.