diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index da9d911..c5f570f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -59,7 +59,7 @@ repos: - id: python-check-mock-methods - id: python-use-type-annotations - id: python-no-log-warn - - repo: https://github.com/asottile/reorder_python_imports + - repo: https://github.com/asottile/reorder-python-imports rev: "v3.12.0" hooks: - id: reorder-python-imports @@ -79,7 +79,7 @@ repos: - id: yesqa additional_dependencies: [pep8-naming] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.7.0" + rev: "v1.7.1" hooks: - id: mypy args: [--config-file, .meta/mypy.ini, --scripts-are-modules]