summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Maslek <jmaslek11@gmail.com>2023-10-03 10:17:50 -0400
committerJames Maslek <jmaslek11@gmail.com>2023-10-03 10:17:50 -0400
commit6237bab7a9be38c6b2c8f774ce226a51b8e1c821 (patch)
treef6b9597f89384d08f0b483fd1e66b507bbeeb40a
parentf319b2ab7c296191d22635b8271f4d6084b258ee (diff)
pin codespell on action
-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 .