Warning, /sdk/kdiff3/setup.cfg is written in an unsupported language. File is not indexed.
0001 [mypy] 0002 exclude = Private/.*, .qt_for_python/.*, .vscode/.*, .cache/.*, build/.* 0003 0004 [flake8] 0005 max_line_length = 160 0006 # Add name warnings to default block list 0007 # Also block trailing new line and some pedantic formating flags 0008 extend-ignore = N8, E111, E231, E201, E202, E203, E302, E501, W391, W292, W293, D, PLC0114 0009 extend-exclude = .qt_for_python/.*, .vscode/.*, .cache/.*, build/.*