From 6d38a58969aeb916b6fb301910102ebff4cdea48 Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Fri, 3 May 2024 07:53:33 +0000 Subject: [PATCH] tests need all the prereqs, too --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index aa269ed..8706797 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -18,7 +18,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pylint mysqlclient + pip install pylint mysqlclient black - name: Check for compile errors with pylint run: | pylint -E $(git ls-files '*.py')