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 Jan 11, 2024
1 parent 0a75790 commit 78c26de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -330,6 +331,7 @@ task-tags = ["cspell"]
]
"docs/conf.py" = [
"A001",
"D100",
"PLW2901",
]
"setup.py" = ["D100"]
Expand Down

0 comments on commit 78c26de

Please sign in to comment.