pre-commit autoupdate && pre-commit run -a

This commit is contained in:
Guilhem Saurel
2024-03-09 00:25:16 +01:00
parent c510fb6c12
commit 77eb05e84d
3 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
"""Matrix Webhook module entrypoint."""
import logging
from . import app, conf

View File

@@ -1,4 +1,5 @@
"""Configuration for Matrix Webhook."""
import argparse
import os