chore(pre-commit): updated versions

This commit is contained in:
Laureηt 2022-02-09 11:48:24 +01:00
parent 41d192d5e9
commit edd608b233
No known key found for this signature in database
GPG key ID: D88C6B294FD40994
2 changed files with 37 additions and 38 deletions

View file

@ -1,5 +1,4 @@
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0 rev: v3.2.0
hooks: hooks:
@ -9,7 +8,7 @@ repos:
- id: check-added-large-files - id: check-added-large-files
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910 rev: v0.931
hooks: hooks:
- id: mypy - id: mypy
additional_dependencies: [types-redis] additional_dependencies: [types-redis]
@ -27,7 +26,7 @@ repos:
types: [pyi] types: [pyi]
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 21.9b0 rev: "22.1.0"
hooks: hooks:
- id: black - id: black
language_version: python language_version: python

View file

@ -45,6 +45,6 @@ profile = "black"
multi_line_output = 3 multi_line_output = 3
[tool.mypy] [tool.mypy]
python_version = 3.10 python_version = "3.10"
warn_return_any = true warn_return_any = true
warn_unused_configs = true warn_unused_configs = true