We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c5744 commit f0b7f4aCopy full SHA for f0b7f4a
1 file changed
.github/workflows/python-package.yml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
40
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
41
- flake8 . --max-line-length=100
+ flake8 . --max-line-length=150
42
43
- name: Run tests with pytest
44
run: pytest
0 commit comments