diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 87acfcf..bf9e57e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,13 +16,13 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v2.38.2 + rev: v3.1.0 hooks: - id: pyupgrade args: [ "--py37-plus", "--keep-runtime-typing" ] - repo: https://github.com/psf/black - rev: 22.8.0 + rev: 22.10.0 hooks: - id: black @@ -37,7 +37,7 @@ repos: - id: pyproject-flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.981 + rev: v0.982 hooks: - id: mypy additional_dependencies: ["asphalt", "pytest"]