From: Marcel van der Veldt Date: Mon, 14 Sep 2020 06:49:54 +0000 (+0200) Subject: linting X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=279934b79a27b22ae390e691ee401a9a9565d193;p=music-assistant-server.git linting new black version wants to do things differently --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 390f516f..b0769599 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ repos: - repo: https://github.com/psf/black - rev: 19.3b0 + rev: 20.8b1 hooks: - id: black args: - --safe - --quiet - repo: https://gitlab.com/pycqa/flake8 - rev: 3.7.8 + rev: 3.8.3 hooks: - id: flake8 additional_dependencies: