From 2f7f9c824516f3a970c082ffd14894e5853bef37 Mon Sep 17 00:00:00 2001 From: jpk Date: Sun, 3 Dec 2023 15:56:48 +0100 Subject: [PATCH] Updated pre-commit-hooks --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0169b7d..c026256 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -13,16 +13,16 @@ repos: - id: isort args: [--profile, black] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.2.0 + rev: v1.7.1 hooks: - id: mypy - repo: https://github.com/psf/black/ - rev: 23.3.0 + rev: 23.11.0 hooks: - id: black language_version: python3.10 - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.15.0 hooks: - id: pyupgrade args: [--py38-plus]