test/pre-commit/.flake8
croy 82d417b9e6 New StarlingX Automation Framework
Fresh start for the StarlingX automation framework.

Change-Id: Ie265e0791024f45f71faad6315c2b91b022934d1
2024-11-29 16:01:57 -05:00

12 lines
400 B
INI
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[flake8]
max-line-length = 200
max-doc-length = 200
ignore = E203, E266, E501, W503, W605
# Error Codes
# https://pep8.readthedocs.io/en/release-1.7.x/intro.html#error-codes
# E203 - "space before :" (needed for Black)
# E266 - too many leading # for block comment
# E501 - line too long
# W503 - line break before binary operator
# W605 - invalid escape sequence-- need for regular expression