mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-17 22:53:56 +02:00
Re-enable ruff in examples
This commit is contained in:
@@ -24,7 +24,6 @@ sphinx-autoapi = "^3.0.0"
|
||||
|
||||
[tool.ruff]
|
||||
exclude = [
|
||||
"examples/",
|
||||
"docs/",
|
||||
]
|
||||
|
||||
@@ -45,6 +44,14 @@ ignore = [
|
||||
|
||||
line-length = 100
|
||||
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
"examples/*" = [
|
||||
"T201", # use of "print"
|
||||
"S101", # use of "assert"
|
||||
"D", # documentation
|
||||
"INP001", # namespacing
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
Reference in New Issue
Block a user