update pre-commit packages

This commit is contained in:
pintail 2022-04-09 00:30:43 +01:00
parent 04d1c86dbd
commit 60357cb449

View File

@ -1,6 +1,6 @@
repos: repos:
- repo: https://github.com/ambv/black - repo: https://github.com/ambv/black
rev: 20.8b1 rev: 22.3.0
hooks: hooks:
- id: black - id: black
language_version: python3.9 language_version: python3.9
@ -20,7 +20,7 @@ repos:
language: system language: system
types: [python] types: [python]
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910 rev: v0.942
hooks: hooks:
- id: 'mypy' - id: 'mypy'
additional_dependencies: additional_dependencies: