CI: linters: don't complain about non-lowercase variable names

...as agreed during today's coders call. It turned out that we do not
have a strong opinion, and it appeared that this limits us bit. The
rationale was that sometimes there's a loss of information when we
force-lowercase (such as milli- vs. mega-). So let's hope we're gonna be
smarter than a rigid set of rules :).

See-also: https://review.gerrithub.io/c/Telecominfraproject/oopt-gnpy/+/525660/2/gnpy/core/elements.py#681
Change-Id: If88abfa8383a437cc42e9196c612897fae6c96a0
This commit is contained in:
Jan Kundrát
2021-10-19 12:00:07 +02:00
parent 78b45a3958
commit 57e98d7173

View File

@@ -43,3 +43,4 @@ commands =
[flake8]
max-line-length = 120
max-complexity = 15
ignore = N806