Skip to content

Commit

Permalink
Flake8: update to v7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Dec 13, 2024
1 parent 1d6773a commit 552484f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8==6.0.0 flake8-import-order==0.18.2 darglint==1.8.1 codespell
python -m pip install flake8==7.1.1 flake8-import-order==0.18.2 darglint==1.8.1 codespell
python -m pip install mypy types-requests types-python-dateutil types-redis
- name: Lint with flake8
Expand Down

0 comments on commit 552484f

Please sign in to comment.