mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-12 00:19:48 +00:00
Don't let codespell break this test
This commit is contained in:
@@ -224,7 +224,7 @@ lint.isort.force-single-line = true
|
|||||||
|
|
||||||
[tool.codespell]
|
[tool.codespell]
|
||||||
write-changes = true
|
write-changes = true
|
||||||
ignore-words-list = "criterias,afterall,valeu,ureue,equest,ure,assertIn"
|
ignore-words-list = "criterias,afterall,valeu,ureue,equest,ure,assertIn,Oktober"
|
||||||
skip = "src-ui/src/locale/*,src-ui/pnpm-lock.yaml,src-ui/e2e/*,src/paperless_mail/tests/samples/*,src/documents/tests/samples/*,*.po,*.json"
|
skip = "src-ui/src/locale/*,src-ui/pnpm-lock.yaml,src-ui/e2e/*,src/paperless_mail/tests/samples/*,src/documents/tests/samples/*,*.po,*.json"
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
|
@@ -1636,7 +1636,7 @@ class TestDateLocalization:
|
|||||||
TEST_DATE,
|
TEST_DATE,
|
||||||
"MMMM",
|
"MMMM",
|
||||||
"de_DE",
|
"de_DE",
|
||||||
"October",
|
"Oktober",
|
||||||
id="month-de_DE",
|
id="month-de_DE",
|
||||||
),
|
),
|
||||||
# French weekday and month name translation
|
# French weekday and month name translation
|
||||||
|
Reference in New Issue
Block a user