Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stick to flake8 7.0.0 for linting easyblocks (for now) #3365

Merged
merged 2 commits into from
Jun 18, 2024

Conversation

branfosj
Copy link
Member

@branfosj branfosj commented Jun 17, 2024

Only for develop to avoid having to fix geant4.py (see https://github.com/easybuilders/easybuild-easyblocks/actions/runs/9552967707/job/26330689071?pr=3364).

Not needed in 5.0.x as we've removed that section of the easyblock.

@@ -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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll sync develop to 5.0.x eventually, so this will also land in there (unless we kick it out when doing sync), but OK for now...

@boegel boegel merged commit 0a1a5ce into easybuilders:develop Jun 18, 2024
41 checks passed
@branfosj branfosj deleted the ci branch June 18, 2024 08:19
@boegel boegel added the tests label Jun 19, 2024
@boegel boegel changed the title use flake8 7.0.0 for linting easyblocks stick to flake8 7.0.0 for linting easyblocks (for now) Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants