diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c003c83..17b547a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,14 +2,14 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: end-of-file-fixer - id: mixed-line-ending args: [--fix=lf] - id: trailing-whitespace - - repo: https://github.com/psf/black - rev: 24.4.2 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.1.0 hooks: - id: black diff --git a/app/entrypoint b/app/entrypoint index cf51c0e..0846cf8 100755 --- a/app/entrypoint +++ b/app/entrypoint @@ -25,7 +25,6 @@ from app import events from app.utils import strtobool from app.version import __version__ - __trigger__ = None