Skip to content

Update flake8 from 4.0.1 to 7.1.0 #672

Update flake8 from 4.0.1 to 7.1.0

Update flake8 from 4.0.1 to 7.1.0 #672

Workflow file for this run

---
name: Repo configuration
on: push
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Labeler
if: success()
uses: crazy-max/ghaction-github-labeler@v2
with:
yaml_file: .github/labels.yml
skip_delete: false
dry_run: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}