From 767963fdfd75394d986a13a56456ac0e336c52cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Rom=C3=A1n?= Date: Wed, 3 Jun 2026 20:40:39 +0000 Subject: [PATCH] build(deps): bump unimport to 1.4.0 it now supports Python 3.14 --- .pre-commit-config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e56eab3..e665dd5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,11 +15,10 @@ repos: hooks: - id: black - repo: https://github.com/hakancelikdev/unimport - rev: 1.3.1 + rev: 1.4.0 hooks: - id: unimport files: ^src/ - language_version: python3.12 - repo: https://github.com/PyCQA/isort rev: 9.0.0a3 hooks: