Skip to content

Commit

Permalink
🔧 chore: move ruff linter settings to ruff.lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Nov 14, 2023
1 parent be51a7b commit 1a96bd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ ignore = [
"F841", # local variable is assigned to but never used, duplicate with pyright
]

[tool.ruff.per-file-ignores]
"setup.py" = ["I"]

[tool.ruff.isort]
[tool.ruff.lint.isort]
required-imports = ["from __future__ import annotations"]
known-first-party = ["yutto"]

[tool.ruff.lint.per-file-ignores]
"setup.py" = ["I"]

[build-system]
requires = ["poetry_core>=1.3.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 1a96bd2

Please sign in to comment.