Fix: better handle favicon with static dir (#10107)

This commit is contained in:
shamoon
2025-06-03 08:05:59 -07:00
committed by GitHub
parent 1512599f4f
commit 4e082f997c
3 changed files with 34 additions and 15 deletions

View File

@@ -239,9 +239,6 @@ lint.per-file-ignores."src/paperless/checks.py" = [
lint.per-file-ignores."src/paperless/settings.py" = [
"PTH",
] # TODO Enable & remove
lint.per-file-ignores."src/paperless/views.py" = [
"PTH",
] # TODO Enable & remove
lint.per-file-ignores."src/paperless_mail/mail.py" = [
"PTH",
] # TODO Enable & remove