chore: Update ruff lint options in pyproject file

Update ruff lint options in pyproject file

Chore
This commit is contained in:
Igor Ilic 2024-12-18 13:31:19 +01:00
parent 7be7265c93
commit 875dd1055e
2 changed files with 3 additions and 4 deletions

View file

@ -115,11 +115,10 @@ mkdocstrings = {extras = ["python"], version = "^0.26.2"}
[tool.ruff] # https://beta.ruff.rs/docs/ [tool.ruff] # https://beta.ruff.rs/docs/
line-length = 100 line-length = 100
[tool.ruff.lint]
ignore = ["F401"] ignore = ["F401"]
ignore-init-module-imports = true
[build-system] [build-system]
requires = ["poetry-core"] requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"