pre-commit autoupdate

This commit is contained in:
Aminda Suomalainen 2024-08-04 08:51:19 +03:00
parent eefb5968de
commit 159f3e73da
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ repos:
args: [--update-only] args: [--update-only]
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.11.0" rev: "v1.11.1"
hooks: hooks:
- id: mypy - id: mypy
additional_dependencies: [types-tabulate] additional_dependencies: [types-tabulate]
@ -66,7 +66,7 @@ repos:
name: isort (python) name: isort (python)
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 24.4.2 rev: 24.8.0
hooks: hooks:
- id: black - id: black