From cfb7e0a330ddcaed143c3bb550348833f5af875e Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Tue, 30 Jul 2024 15:09:31 +0200 Subject: [PATCH] Update libs into .pre-commit-config.yaml (#1825) --- .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 a019caf4..99976d94 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,14 +5,14 @@ repos: - id: buildifier - id: buildifier-lint - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.0 + rev: v1.11.0 hooks: - id: mypy types_or: [ python, pyi ] args: [ "--ignore-missing-imports", "--scripts-are-modules" ] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.5 + rev: v0.4.10 hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix ] - - id: ruff-format \ No newline at end of file + - id: ruff-format