diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c57edf3..f8c117a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: trailing-whitespace # Replaces or checks mixed line ending @@ -24,7 +24,7 @@ repos: - id: hacking additional_dependencies: [] - repo: https://github.com/asottile/pyupgrade - rev: v3.18.0 + rev: v3.19.1 hooks: - id: pyupgrade args: [--py3-only] diff --git a/tox.ini b/tox.ini index e18bf06..8f9eae7 100644 --- a/tox.ini +++ b/tox.ini @@ -22,6 +22,7 @@ commands = stestr slowest [testenv:pep8] +skip_install = true deps = pre-commit>=2.6.0 # MIT commands =