From 6a71d73ce7794aa78846416510883b7580da43e9 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Tue, 15 Oct 2024 15:39:42 +0100 Subject: [PATCH] Autoupdate pre-commit --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 763c7ee..c1818a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: args: ['--fix=auto'] # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.18.0 hooks: - id: pyupgrade args: ['--py38-plus'] @@ -39,7 +39,7 @@ repos: - id: isort - repo: https://github.com/psf/black - rev: stable + rev: 24.10.0 hooks: - id: black language_version: python3