Skip to content

Commit

Permalink
Merge pull request easybuilders#3365 from branfosj/ci
Browse files Browse the repository at this point in the history
use `flake8` 7.0.0 for linting easyblocks
  • Loading branch information
boegel authored Jun 18, 2024
2 parents 10e9a62 + 20f70c8 commit 0a1a5ce
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 0a1a5ce

Please sign in to comment.