mirror of
https://github.com/data-privacy-stack/presidio.git
synced 2026-07-23 11:20:55 -05:00
* Add Ruff linter + Apply Ruff fix * Move up linting * Move up linting * Move up linting * docs * docs
6 lines
136 B
TOML
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"] |