From cb2230140b2355ac6947105f209698391e810c02 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 22:22:57 +0200 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#110) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8e89173..19870d2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,13 +19,13 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.9.0 + rev: v1.10.0 hooks: - id: mypy additional_dependencies: - types-toml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.1 + rev: v0.4.2 hooks: - id: ruff args: @@ -33,7 +33,7 @@ repos: - --unsafe-fixes - id: ruff-format - repo: https://github.com/crate-ci/typos - rev: v1.20.9 + rev: v1.20.10 hooks: - id: typos - repo: local