Enable E224/5/6 check

It is enabled globally in OpenStack projects.

Change-Id: I8ebc35617fe882117d036248632435e9d35d4bff
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-08-03 23:45:49 +09:00
parent 7bf39b96d5
commit 2fe17758dd
8 changed files with 43 additions and 44 deletions

View File

@@ -92,12 +92,11 @@ max-complexity = 20
enable-extensions=H904
# Ignored extensions, might be enabled again after review:
# E123 closing bracket does not match indentation of opening bracket's line
# E226 missing whitespace around arithmetic operator
# E402 module level import not at top of file
# E731 do not assign a lambda expression, use a def
# W503 line break before binary operator
# W504 line break after binary operator
ignore = E123,E226,E402,E731,W503,W504
ignore = E123,E402,E731,W503,W504
[doc8]
# File extensions to check