diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 298f21c..89b26bf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.11.0 + rev: v3.14.0 hooks: - id: pyupgrade - repo: https://github.com/psf/black @@ -54,6 +54,8 @@ repos: rev: 1.27.0 hooks: - id: tmt-lint + # linting of the reverse-dependency tests requires internet access + stages: [manual, push] - repo: https://github.com/packit/pre-commit-hooks rev: v1.2.0 hooks: