Files
presidio/presidio-image-redactor/pyproject.toml
Sharon Hart cb0184afa2 Add Ruff linter + Apply Ruff fix (#1379)
* Add Ruff linter + Apply Ruff fix

* Move up linting

* Move up linting

* Move up linting

* docs

* docs
2024-05-12 10:16:47 +03:00

6 lines
136 B
TOML

[tool.ruff]
line-length = 120
# To be fixed:
[tool.ruff.lint]
ignore = ["F401", "F841", "E402", "E721", "F541", "E712", "F811", "E722"]