From: Marcel van der Veldt Date: Tue, 5 Apr 2022 08:43:18 +0000 (+0200) Subject: Update .pre-commit-config.yaml X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=fc21029bac3d5e51783dd151a06f7abc238acec7;p=music-assistant-server.git Update .pre-commit-config.yaml --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4bb510f4..e759f3dc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: rev: v4.3.21 hooks: - id: isort - exclude: examples/ + exclude: ^examples/ - repo: https://github.com/asottile/setup-cfg-fmt rev: v1.20.1 hooks: @@ -27,4 +27,4 @@ repos: hooks: - id: mypy additional_dependencies: [types-all] - exclude: ^testing/resources/ + exclude: ^examples/