diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d9464be48..89745111d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v3.3.0 + rev: v3.3.1 hooks: - id: pyupgrade args: ["--py37-plus"] @@ -29,14 +29,14 @@ repos: stages: [manual] - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.11.0 hooks: - id: isort args: ["-a", "from __future__ import annotations"] exclude: ^cibuildwheel/resources/.*py$ - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 22.12.0 hooks: - id: black @@ -55,7 +55,7 @@ repos: args: ["--python-version=3.7"] additional_dependencies: &mypy-dependencies - nox - - packaging>=21.0 + - packaging~=21.0 - pygithub - rich - tomli