diff --git a/.isort.cfg b/.isort.cfg index f2cc03f4..0c5b431b 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 = imp,setuptools +known_third_party = setuptools diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d928809b..19ba61ef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -59,7 +59,7 @@ repos: - hooks: - id: flake8 repo: https://github.com/pycqa/flake8 - rev: 6.1.0 + rev: 7.0.0 - repo: https://github.com/scop/pre-commit-shfmt rev: v3.7.0-4 hooks: