diff --git a/.isort.cfg b/.isort.cfg index 0c5b431b..f2cc03f4 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 400b56c4..e39ba2df 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