opencas-test-framework/.pep8speaks.yml
2024-07-01 12:58:39 +02:00

14 lines
262 B
YAML

# File : .pep8speaks.yml
scanner:
diff_only: True
linter: pycodestyle
pycodestyle:
max-line-length: 100
ignore:
- E402 # module level import not at top of file
- W503 # line break after binary operator
no_blank_comment: True