From b6fc985847035f37c949c5d22f9ae59a0df90588 Mon Sep 17 00:00:00 2001 From: Johannes Wilm Date: Thu, 30 May 2024 19:51:11 +0200 Subject: [PATCH] update pycln --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3b31f19..2645b46 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,17 +51,17 @@ repos: - repo: https://github.com/asottile/yesqa rev: v1.5.0 hooks: - - id: yesqa + - id: yesqa - repo: https://github.com/asottile/add-trailing-comma rev: v3.1.0 hooks: - - id: add-trailing-comma - args: - - --py36-plus - - repo: https://github.com/perfa/pycln # See https://github.com/hadialqattan/pycln/issues/221 - rev: d96e759 + - id: add-trailing-comma + args: + - --py36-plus + - repo: https://github.com/hadialqattan/pycln + rev: v2.4.0 hooks: - - id: pycln + - id: pycln - repo: https://github.com/pycqa/flake8 rev: 6.1.0 hooks: