diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bf41768..dc6a0cb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: add-trailing-comma - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-ast @@ -29,7 +29,7 @@ repos: args: ["--py310-plus"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.1 + rev: v0.13.3 hooks: - id: ruff-format - id: ruff diff --git a/discord_reminder_bot/main.py b/discord_reminder_bot/main.py index 2a3fe14..f91cb6c 100644 --- a/discord_reminder_bot/main.py +++ b/discord_reminder_bot/main.py @@ -11,8 +11,6 @@ from functools import partial from pathlib import Path from typing import TYPE_CHECKING, Any -import apscheduler -import apscheduler.triggers import apscheduler.triggers.cron import apscheduler.triggers.date import apscheduler.triggers.interval