diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af3722b..d1dd950 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,8 +1,8 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: -- repo: https://github.com/myint/autoflake - rev: v1.7.6 +- repo: https://github.com/PyCQA/autoflake + rev: v2.2.1 hooks: - id: autoflake args: @@ -12,15 +12,15 @@ repos: - --expand-star-imports - --ignore-init-module-imports - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 23.10.1 hooks: - id: black -- repo: https://github.com/pre-commit/mirrors-isort - rev: v5.10.1 +- repo: https://github.com/PyCQA/isort + rev: 5.12.0 hooks: - id: isort additional_dependencies: [toml] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.1.0 + rev: v2.5.0 hooks: - id: setup-cfg-fmt