From c556623e039a2272040c507d1204c37d906a9fc4 Mon Sep 17 00:00:00 2001 From: "marcel.kocisek" Date: Mon, 19 Jan 2026 11:36:18 +0100 Subject: [PATCH] Fix version of black to latest --- .github/workflows/code_style.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code_style.yml b/.github/workflows/code_style.yml index 7e4bf94a..a9a68413 100644 --- a/.github/workflows/code_style.yml +++ b/.github/workflows/code_style.yml @@ -9,5 +9,7 @@ jobs: - uses: actions/checkout@v2 - uses: psf/black@stable with: + # bump this version as needed + version: 26.1.0 options: "--check --diff --verbose -l 120" - src: "./mergin" \ No newline at end of file + src: "./mergin"