mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 02:27:06 +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
|
|
@ -107,7 +107,6 @@ class BarcodePlugin(ConsumeTaskPlugin):
|
|||
if settings.CONSUMER_ENABLE_BARCODES and (
|
||||
separator_pages := self.get_separation_pages()
|
||||
):
|
||||
|
||||
# We have pages to split against
|
||||
|
||||
# Note this does NOT use the base_temp_dir, as that will be removed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue