mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-01-15 23:55:57 +00:00
pre-commit autoupdate && pre-commit run -a
This commit is contained in:
parent
c510fb6c12
commit
77eb05e84d
@ -1,6 +1,6 @@
|
||||
repos:
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.2.2
|
||||
rev: v0.3.1
|
||||
hooks:
|
||||
- id: ruff
|
||||
args:
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
"""Matrix Webhook module entrypoint."""
|
||||
|
||||
import logging
|
||||
|
||||
from . import app, conf
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
"""Configuration for Matrix Webhook."""
|
||||
|
||||
import argparse
|
||||
import os
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user