From f01da192bc5c01ca59a06d5140f684fa0183a129 Mon Sep 17 00:00:00 2001 From: Malachi Soord Date: Sat, 5 Jul 2025 22:59:06 +0200 Subject: [PATCH] Clean up --- .github/dependabot.yml | 10 ---------- .pre-commit-config.yaml | 4 ++-- 2 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 645c171..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,10 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "pip" - directory: "/" - schedule: - interval: "weekly" - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0e07a9c..37eb440 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,12 +13,12 @@ repos: - id: isort additional_dependencies: [toml] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.16.0 + rev: v1.16.1 hooks: - id: mypy additional_dependencies: [types-requests] - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.11.12' + rev: 'v0.12.2' hooks: - id: ruff args: