Chore: update settings to pathlib

This commit is contained in:
shamoon
2025-06-20 10:50:44 -07:00
parent e1c3124698
commit bfeaa1b119
2 changed files with 15 additions and 18 deletions

View File

@@ -221,9 +221,6 @@ lint.per-file-ignores."src/documents/parsers.py" = [
lint.per-file-ignores."src/documents/signals/handlers.py" = [
"PTH",
] # TODO Enable & remove
lint.per-file-ignores."src/paperless/settings.py" = [
"PTH",
] # TODO Enable & remove
lint.per-file-ignores."src/paperless_tesseract/tests/test_parser.py" = [
"RUF001",
]