Skip to content

Commit 15665b1

Browse files
committed
chore(ruff): update config
1 parent 33133d7 commit 15665b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ ignore = ["PTH", "ANN002", "ANN003", "ARG002", "D202", "D203", "D213", "I001", "
146146
"docs/examples/main.py" = ["T201"]
147147
"src/poetry_plugin_dotenv/__init__.py" = ["E501"]
148148
"src/poetry_plugin_dotenv/dotenv/core.py" = ["PTH"]
149-
"tests/*.*" = ["INP001", "S101"]
149+
"tests/*.*" = ["D103", "INP001", "S101"]
150150

151151
[tool.ruff.lint.isort]
152152
required-imports = ["from __future__ import annotations"]

0 commit comments

Comments
 (0)