From 993d761b3fcd4d7b995310ba3c5bda66061f1546 Mon Sep 17 00:00:00 2001 From: Melf Date: Tue, 9 Jul 2024 14:57:15 +0100 Subject: [PATCH] update back and pylint version --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d80ff50..5290823 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: - name: Update pip run: pip install --upgrade pip - name: Install black and pylint - run: pip install black~=22.3 pylint~=2.13,!=2.13.6 + run: pip install black pylint - name: Check files are formatted with black run: | black --check .