Skip to content

Commit

Permalink
CI: Temporarily allow flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lxp committed May 15, 2024
1 parent 5d8ddc6 commit fa85acf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-python3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
run: check-manifest --ignore=Release.md .

- name: Run flake
continue-on-error: true
run: flake8 --exclude=build,venv --ignore= --max-line-length=200 --max-complexity=75 --show-source --statistics .

- name: Check distribution
Expand Down

0 comments on commit fa85acf

Please sign in to comment.