Warning, /sdk/kdiff3/setup.cfg is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: None
0002 # SPDX-License-Identifier: CC0-1.0
0003 #
0004 
0005 [mypy]
0006 exclude = Private/.*, .qt_for_python/.*, .vscode/.*, .cache/.*, build/.*
0007 
0008 [flake8]
0009 max_line_length = 160
0010 # Add name warnings to default block list
0011 # Also block trailing new line and some pedantic formatting flags
0012 extend-ignore = N8, E111, E231, E201, E202, E203, E302, E501, W391, W292, W293, D, PLC0114
0013 extend-exclude = .qt_for_python/.*, .vscode/.*, .cache/.*, build/.*