From: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Apr 2022 10:25:37 +0000 (+0200) Subject: Auto-update pre-commit hooks (#253) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=e64d2973008a698dfc337e81d795e07bd63ec1bc;p=music-assistant-server.git Auto-update pre-commit hooks (#253) Co-authored-by: marcelveldt --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0879b37f..84d4c11c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v4.2.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -13,7 +13,7 @@ repos: - --safe - --quiet - repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.3 + rev: 3.9.2 hooks: - id: flake8 exclude: ^examples/ @@ -21,7 +21,7 @@ repos: - flake8-docstrings==1.3.1 - pydocstyle==4.0.0 - repo: https://github.com/pre-commit/mirrors-isort - rev: v4.3.21 + rev: v5.10.1 hooks: - id: isort exclude: ^examples/