Upgrade pre-commit

This commit is contained in:
Marcin Kulik
2023-03-15 18:08:46 +01:00
parent d34941cd6d
commit 9d5e88f35a

View File

@@ -23,7 +23,7 @@ repos:
hooks:
- id: yamllint
- repo: https://github.com/myint/autoflake
rev: v2.0.1
rev: v2.0.2
hooks:
- id: autoflake
args:
@@ -34,6 +34,6 @@ repos:
- --remove-duplicate-keys
- --remove-unused-variables
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.0.1"
rev: "v1.1.1"
hooks:
- id: mypy