From da6f9f2765f1da72e2dccb6b8660552a04a6dc85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Iranzo=20G=C3=B3mez?= Date: Thu, 5 Oct 2023 05:19:16 +0200 Subject: [PATCH] ci: Update precommit --- .isort.cfg | 2 +- .pre-commit-config.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.isort.cfg b/.isort.cfg index 0c5b431b6..f2cc03f46 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -4,4 +4,4 @@ include_trailing_comma=True force_grid_wrap=0 use_parentheses=True line_length=88 -known_third_party = setuptools +known_third_party = imp,setuptools diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 400b56c4e..e39ba2df8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: stages: - commit-msg repo: https://github.com/commitizen-tools/commitizen - rev: 3.7.0 + rev: 3.10.0 - hooks: - id: check-useless-excludes repo: meta @@ -26,7 +26,7 @@ repos: - hooks: - id: black repo: https://github.com/python/black - rev: 23.7.0 + rev: 23.9.1 - hooks: - id: check-added-large-files - id: check-ast