Skip to content

Commit f0b7f4a

Browse files
committed
fix: increase max line length
1 parent b6c5744 commit f0b7f4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
4040
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
41-
flake8 . --max-line-length=100
41+
flake8 . --max-line-length=150
4242
4343
- name: Run tests with pytest
4444
run: pytest

0 commit comments

Comments
 (0)