Skip to content

Commit

Permalink
use flake8 7.0.0 for linting easyblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj authored Jun 17, 2024
1 parent 10e9a62 commit d86b06e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: install Python packages
run: |
pip install --upgrade pip
pip install --upgrade flake8
# fix to this version for develop branch (to avoid needing to fix geant4.py)
pip install --upgrade flake8<7.1
- name: Run flake8 to verify PEP8-compliance of Python code
run: flake8

0 comments on commit d86b06e

Please sign in to comment.