Skip to content

Commit 0cc758d

Browse files
ci: update flake8 linting configuration to include max line length and exclude tutorials
1 parent 39714ab commit 0cc758d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Lint with flake8
3232
run: |
3333
pip install flake8
34-
flake8 --ignore=W503
34+
flake8 --ignore=W503 --max-line-length=120 --exclude=./tutorials/
3535
3636
- name: Run tests with pytest and coverage
3737
run: |

0 commit comments

Comments
 (0)