ci: upgrade pre-commit config

This commit is contained in:
Alexander Engelsberger 2023-06-20 16:37:11 +02:00
parent 16f410e809
commit 5e5675d12e
No known key found for this signature in database

View File

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