Skip to content

Commit

Permalink
Add ignore to flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
noemifrisina committed Dec 6, 2023
1 parent 0580cac commit 3ec6ece
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- name: Run flake8
uses: TrueBrain/actions-flake8@v2
with:
ignore: "E203, E266, E402, E501, W503, E741"
max-line-length: "88"
path: src

test:
Expand Down

0 comments on commit 3ec6ece

Please sign in to comment.