mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-18 04:26:35 +01:00
Upgrades black to v23, upgrades ruff
This commit is contained in:
parent
3bcbd05252
commit
6f163111ce
147 changed files with 74 additions and 387 deletions
|
|
@ -34,7 +34,7 @@ class TestViews(TestCase):
|
|||
|
||||
def test_index(self):
|
||||
self.client.force_login(self.user)
|
||||
for (language_given, language_actual) in [
|
||||
for language_given, language_actual in [
|
||||
("", "en-US"),
|
||||
("en-US", "en-US"),
|
||||
("de", "de-DE"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue