diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8437bbb1..a1fa28a3 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: v2.37.1 + rev: v2.37.2 hooks: - id: pyupgrade name: PyUpgrade 3.6+ @@ -44,12 +44,12 @@ repos: - id: black - repo: https://github.com/asottile/setup-cfg-fmt - rev: v1.20.1 + rev: v1.20.2 hooks: - id: setup-cfg-fmt - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.961 + rev: v0.971 hooks: - id: mypy name: mypy 3.6 on cibuildwheel/