Skip to content

Commit

Permalink
chore: ignore docstring errors in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
msto committed Oct 21, 2024
1 parent af18754 commit 683be14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ unfixable = ["B"]
[tool.ruff.lint.isort]
force-single-line = true

[tool.ruff.lint.per-file-ignores]
"tests/*" = ["D"]

[tool.mypy]
python_version = 3.8
strict_optional = false
Expand Down

0 comments on commit 683be14

Please sign in to comment.