diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0626838..038f587 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.19.0 + rev: v3.19.1 hooks: - id: pyupgrade - repo: https://github.com/psf/black @@ -45,14 +45,14 @@ repos: - id: isort args: [--profile, black] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.13.0 + rev: v1.14.1 hooks: - id: mypy args: [--show-error-codes, --ignore-missing-imports] additional_dependencies: [types-setuptools, types-requests, types-python-dateutil] - repo: https://github.com/teemtee/tmt.git - rev: 1.38.0 + rev: 1.40.0 hooks: - id: tmt-lint # linting of the reverse-dependency tests requires internet access @@ -65,7 +65,7 @@ repos: - https://github.com/packit/specfile.git stages: [manual, pre-push] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 + rev: 0.31.0 hooks: - id: check-github-workflows args: ["--verbose"]