From: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 22:40:02 +0000 (+0200) Subject: Auto-update pre-commit hooks (#343) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=d8568399b89f9ced03656fc8ff4a17dab20c2fcc;p=music-assistant-server.git Auto-update pre-commit hooks (#343) Co-authored-by: marcelveldt --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3bf2c033..416deacd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: isort exclude: ^examples/ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.950 + rev: v0.960 hooks: - id: mypy additional_dependencies: [types-all]