Skip to content

Bump flake8 from 7.0.0 to 7.1.0 in the python-packages group (#88) #349

Bump flake8 from 7.0.0 to 7.1.0 in the python-packages group (#88)

Bump flake8 from 7.0.0 to 7.1.0 in the python-packages group (#88) #349

Workflow file for this run

name: Formatting checks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Download flake8 config
run: wget https://raw.githubusercontent.com/mdolab/.github/master/.flake8;
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()