diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 66519dcc..0b31766f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.10.1 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-prettier @@ -12,7 +12,7 @@ repos: hooks: - id: prettier - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files - id: check-ast @@ -26,14 +26,14 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.5.1 + rev: v1.6.1 hooks: - id: mypy args: [--no-strict-optional, --ignore-missing-imports] additional_dependencies: [types-pkg_resources, types-requests, types-Deprecated] - repo: https://github.com/teemtee/tmt.git - rev: 1.27.0 + rev: 1.28.2 hooks: - id: tmt-lint # Do not run in pre-commit.ci as it requires an internet access @@ -56,7 +56,7 @@ repos: stages: [manual, push] - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.0.291 + rev: v0.1.1 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]