Skip to content

Commit 8873ca5

Browse files
committed
Update Github Action workflow
1 parent e0648e2 commit 8873ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: poetry run black . --check
4545

4646
- name: Lint with flake8
47-
run: poetry run flake8 . --max-line-length=120 --exclude=.venv
47+
run: poetry run flake8 .
4848

4949
test:
5050
name: Tests

0 commit comments

Comments
 (0)