diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d6d2d91..a892e4e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: check-case-conflict - repo: https://github.com/myint/autoflake - rev: v2.0.1 + rev: v2.1.1 hooks: - id: autoflake @@ -23,7 +23,7 @@ repos: - id: isort - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.0.1 + rev: v1.3.0 hooks: - id: mypy files: prototorch @@ -42,7 +42,7 @@ repos: - id: python-check-blanket-noqa - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.7.0 hooks: - id: pyupgrade