mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 04:24:45 +00:00
Update pyproject.toml
Co-authored-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com> Signed-off-by: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com>
This commit is contained in:
parent
1b5337abf9
commit
0b9a583e3c
@ -216,6 +216,12 @@ ignore = [
|
|||||||
|
|
||||||
#extend-select = []
|
#extend-select = []
|
||||||
|
|
||||||
|
[tool.ruff.lint.pep8-naming]
|
||||||
|
classmethod-decorators = [
|
||||||
|
# Allow Pydantic's `@validator` decorator to trigger class method treatment.
|
||||||
|
"pydantic.validator",
|
||||||
|
]
|
||||||
|
|
||||||
[tool.ruff.lint.per-file-ignores]
|
[tool.ruff.lint.per-file-ignores]
|
||||||
"__init__.py" = ["E402", "F401"]
|
"__init__.py" = ["E402", "F401"]
|
||||||
"tests/*.py" = ["ASYNC"] # Disable ASYNC check for tests
|
"tests/*.py" = ["ASYNC"] # Disable ASYNC check for tests
|
||||||
|
Loading…
Reference in New Issue
Block a user