summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Maslek <jmaslek11@gmail.com>2023-10-03 09:46:57 -0400
committerJames Maslek <jmaslek11@gmail.com>2023-10-03 09:46:57 -0400
commit580db7dc08ae1485cc29ab6466634bacaeeff7c1 (patch)
tree28dfd1b49fb73d1262cadf0c7ff065d79c376bd7
parent2bac506dd4f8be34a915c086fbafc284a6f6ee8d (diff)
pin codespell on linting
-rw-r--r--.github/workflows/linting.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml
index c131fdf5294..37178c9c315 100644
--- a/.github/workflows/linting.yml
+++ b/.github/workflows/linting.yml
@@ -44,7 +44,7 @@ jobs:
restore-keys: ${{ runner.os }}-linting-${{ hashFiles('**/poetry.lock') }}
- run: |
- pip install bandit black codespell mypy==1.5.1 pylint==2.17.0 ruff==0.0.285
+ pip install bandit black codespell==2.2.5 mypy==1.5.1 pylint==2.17.0 ruff==0.0.285
pip install types-pytz types-requests types-termcolor types-tabulate types-PyYAML types-python-dateutil types-setuptools types-six
- run: bandit -x ./tests -r . || true
- run: black --diff --check .