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