mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-18 20:46:49 +01:00
Chore: Change the code formatter to Ruff (#6756)
* Changing the formatting to ruff-format * Replaces references to black to ruff or ruff format, removes black from dependencies
This commit is contained in:
parent
3facdefa40
commit
622f624132
27 changed files with 78 additions and 120 deletions
|
|
@ -10,7 +10,6 @@ from documents.parsers import parse_date_generator
|
|||
|
||||
|
||||
class TestDate(TestCase):
|
||||
|
||||
def test_date_format_1(self):
|
||||
text = "lorem ipsum 130218 lorem ipsum"
|
||||
self.assertEqual(parse_date("", text), None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue