Skip to content

Commit

Permalink
chore(ruff): update config
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Feb 8, 2025
1 parent 33133d7 commit 15665b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ ignore = ["PTH", "ANN002", "ANN003", "ARG002", "D202", "D203", "D213", "I001", "
"docs/examples/main.py" = ["T201"]
"src/poetry_plugin_dotenv/__init__.py" = ["E501"]
"src/poetry_plugin_dotenv/dotenv/core.py" = ["PTH"]
"tests/*.*" = ["INP001", "S101"]
"tests/*.*" = ["D103", "INP001", "S101"]

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

0 comments on commit 15665b1

Please sign in to comment.