From 3e2df49976350c4b02c30fc0fe594299c8f91b83 Mon Sep 17 00:00:00 2001 From: Alexander Myasoedov Date: Sun, 30 Nov 2025 18:47:15 +0200 Subject: [PATCH] fix(pc): --- .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 5cc86bc..6e486a2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: additional_dependencies: [flake8-docstrings] - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 7.0.0 hooks: - id: isort args: [--profile, black]