From 8498bda840e7826f8fdee3cab64de53a24b48c91 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 21 Oct 2023 15:17:18 +0300 Subject: [PATCH] pre-commit: Update the pycln hook. Started to fail. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c88357f..0d1e91d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -133,7 +133,7 @@ repos: - id: pyupgrade - repo: https://github.com/hadialqattan/pycln.git - rev: v2.1.3 + rev: v2.3.0 hooks: - id: pycln -- GitLab