From: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 09:25:49 +0000 (+0200) Subject: Auto-update pre-commit hooks (#467) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=974dbd5bbf26f430b87e8e84dc476d905b5a76ac;p=music-assistant-server.git Auto-update pre-commit hooks (#467) Co-authored-by: marcelveldt --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 81be3692..15271257 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 22.8.0 + rev: 22.10.0 hooks: - id: black args: @@ -26,7 +26,7 @@ repos: - id: isort exclude: ^examples/ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.971 + rev: v0.982 hooks: - id: mypy additional_dependencies: [types-all]