chore: Update ruff lint options in pyproject file
Update ruff lint options in pyproject file Chore
This commit is contained in:
parent
7be7265c93
commit
875dd1055e
2 changed files with 3 additions and 4 deletions
|
|
@ -17,4 +17,4 @@ repos:
|
|||
types_or: [ python, pyi ]
|
||||
# Run the formatter.
|
||||
- id: ruff-format
|
||||
types_or: [ python, pyi ]
|
||||
types_or: [ python, pyi ]
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue