Skip to content

Commit

Permalink
added flake8_polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
Ted Fulk committed Nov 9, 2023
1 parent 8d5f4cb commit f52dc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8==3.9.2 pytest==6.2.4 pytest-cov==2.12.1 typer==0.3.2 pytest-mock==3.6.1 pydantic==1.8.2 rich==10.6.0 openai==0.27.0 pylint==2.9.6 black==21.7b0 bandit==1.7.0 flake8-unused-arguments==0.0.6 radon==4.5.0
pip install flake8==3.9.2 pytest==6.2.4 pytest-cov==2.12.1 pylint==2.9.6 black==21.7b0 bandit==1.7.0 radon==4.5.0 flake8_polyfill==1.0.2
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit f52dc74

Please sign in to comment.