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

@ -17,4 +17,4 @@ repos:
types_or: [ python, pyi ]
# Run the formatter.
- id: ruff-format
types_or: [ python, pyi ]
types_or: [ python, pyi ]

View file

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