From 4cc05dad7769d7d88bfdc0116094d94c16000316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eugenio=20Panadero=20Maci=C3=A1?= Date: Sun, 30 Jul 2023 11:54:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20pre-commit=20autoupdate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 e9e7a50..7890fb7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ minimum_pre_commit_version: "2.10.0" repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.276 + rev: v0.0.280 hooks: - id: ruff args: @@ -14,7 +14,7 @@ repos: args: - --dont-order-by-type - repo: https://github.com/psf/black - rev: "23.3.0" + rev: "23.7.0" hooks: - id: black name: Format code (black) @@ -27,7 +27,7 @@ repos: - id: check-toml - id: check-yaml - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.9-for-vscode + rev: v3.0.0 hooks: - id: prettier - repo: "https://github.com/pre-commit/mirrors-mypy"