Skip to content

Commit

Permalink
pre-commit autoupdate && pre-commit run -a
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Mar 8, 2024
1 parent c510fb6 commit 77eb05e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 1 addition & 0 deletions matrix_webhook/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Matrix Webhook module entrypoint."""

import logging

from . import app, conf
Expand Down
1 change: 1 addition & 0 deletions matrix_webhook/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Configuration for Matrix Webhook."""

import argparse
import os

Expand Down

0 comments on commit 77eb05e

Please sign in to comment.