mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-09 19:18:57 -05:00
Runs the pre-commit hooks over all the Python files
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
from django.core.management.base import BaseCommand
|
||||
|
||||
from paperless_mail import tasks
|
||||
|
||||
|
||||
@@ -7,7 +6,8 @@ class Command(BaseCommand):
|
||||
|
||||
help = """
|
||||
""".replace(
|
||||
" ", ""
|
||||
" ",
|
||||
"",
|
||||
)
|
||||
|
||||
def handle(self, *args, **options):
|
||||
|
Reference in New Issue
Block a user