ci: Update PreCommit hooks

This commit is contained in:
Alexander Engelsberger 2022-05-16 11:11:48 +02:00
parent 055568dc86
commit 29ee326b85
No known key found for this signature in database
GPG Key ID: 72E54A9DAE51EB96

View File

@ -3,7 +3,7 @@
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0 rev: v4.2.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
@ -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: v0.931 rev: v0.950
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: v2.31.0 rev: v2.32.1
hooks: hooks:
- id: pyupgrade - id: pyupgrade