mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 01:21:14 -06:00
Runs the pre-commit hooks over all the Python files
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import os
|
||||
from uvicorn.workers import UvicornWorker
|
||||
|
||||
from django.conf import settings
|
||||
from uvicorn.workers import UvicornWorker
|
||||
|
||||
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "paperless.settings")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user