Skip to content

Commit

Permalink
ignore E275
Browse files Browse the repository at this point in the history
  • Loading branch information
robweber committed Oct 20, 2023
1 parent 48262a3 commit bb354f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Python Code Check

on: [push, pull_request]

# run flake8 but ignore long lines and whitespace after keyword
jobs:
flake8-lint:
runs-on: ubuntu-latest
Expand All @@ -16,5 +17,5 @@ jobs:
- name: flake8 Lint
uses: py-actions/flake8@v2
with:
ignore: "E501"
ignore: "E501,E275"
exclude: "croniter.py"

0 comments on commit bb354f7

Please sign in to comment.