From 8ff6e5688ae92d32e0e720fe9e4b612eb43f8c05 Mon Sep 17 00:00:00 2001 From: Raffson Date: Sun, 28 Jan 2024 17:38:26 +0100 Subject: [PATCH] Pin black in workflow New version of 'black' will most likely cause a lot of merge conflicts, thus let's pin the version for now until the Pretense generator is merged... --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a97e2f61..2ad81241 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,6 +13,7 @@ jobs: with: src: "." options: "--check" + version: "23.9.1" mypy: name: Type checking