From 061ba16461aa42d6ae10b7855169f8eb01ca9dba Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Mon, 23 Oct 2023 15:07:22 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=20pre-commit:=20Update=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dd7b710..8a6391d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -13,17 +13,19 @@ repos: - id: check-ast - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 23.10.0 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.280 + rev: v0.1.1 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.4.1 + rev: v1.6.1 hooks: - - id: mypy + - additional_dependencies: + - types-setuptools + id: mypy