From 1f813d9cb45f44d7708115fdc37af48c74e3385a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 19:19:18 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 47e0aef..d146771 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -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