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: