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 ]
|
types_or: [ python, pyi ]
|
||||||
# Run the formatter.
|
# Run the formatter.
|
||||||
- id: ruff-format
|
- 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/
|
[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"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue