Skip to content

Commit

Permalink
Version up of flake8 in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Koki-Kazaore committed Dec 31, 2024
1 parent 1769aa4 commit 99aaf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Run flake8 verification
run: |
pip install "flake8==6.0.0" && flake8 main*.py app/*.py
pip install "flake8==6.1.0" && flake8 main*.py app/*.py

0 comments on commit 99aaf2d

Please sign in to comment.