Skip to content

Commit 12ab3d4

Browse files
committed
Brought back linter limits
1 parent 628e629 commit 12ab3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: python -m pip install -r requirements-dev.txt
3434

3535
- name: Run linter
36-
run: flake8 .
36+
run: flake8 --max-line-length 120 --ignore=E721 .
3737

3838
- name: Run tests
3939
run: pytest --cov uchecker -v

0 commit comments

Comments
 (0)