mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-26 01:16:16 +00:00
Runs the pre-commit hooks over all the Python files
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
# this is here so that django finds the checks.
|
||||
from .checks import *
|
||||
from .checks import changed_password_check
|
||||
from .checks import parser_check
|
||||
|
||||
__all__ = ["changed_password_check", "parser_check"]
|
||||
|
Reference in New Issue
Block a user