diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b59f241..4b46fef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: hooks: - id: black - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + rev: v4.0.0-alpha.4 hooks: - id: prettier - repo: https://github.com/pre-commit/pre-commit-hooks @@ -39,7 +39,7 @@ repos: # https://github.com/PyCQA/pycodestyle/issues/373 - --extend-ignore=E203 - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.1 hooks: - id: isort args: [--profile, black] @@ -51,7 +51,7 @@ repos: additional_dependencies: [types-pkg_resources, types-requests, types-python-dateutil] - repo: https://github.com/teemtee/tmt.git - rev: 1.29.0 + rev: 1.30.0 hooks: - id: tmt-lint # linting of the reverse-dependency tests requires internet access