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