From 78c26dea08c1f5e8a0083d8c162d113b6aeb17f3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 18:17:47 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4064200..6f3b3de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -220,13 +220,14 @@ reportUnusedVariable = true typeCheckingMode = "strict" [tool.pytest.ini_options] -addopts = ''' +addopts = """ --color=yes --doctest-continue-on-failure --doctest-modules --durations=3 --ignore=docs/conf.py --m "not slow"''' +-m "not slow" +""" filterwarnings = [ "error", "ignore:.*Consider switching from .* to .*:DeprecationWarning", @@ -330,6 +331,7 @@ task-tags = ["cspell"] ] "docs/conf.py" = [ "A001", + "D100", "PLW2901", ] "setup.py" = ["D100"]