File: setup.cfg

package info (click to toggle)
kdiff3 1.12.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,232 kB
  • sloc: cpp: 25,583; xml: 457; python: 145; makefile: 6; sh: 4
file content (13 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# SPDX-FileCopyrightText: None
# SPDX-License-Identifier: CC0-1.0
#

[mypy]
exclude = Private/.*, .qt_for_python/.*, .vscode/.*, .cache/.*, build/.*

[flake8]
max_line_length = 160
# Add name warnings to default block list
# Also block trailing new line and some pedantic formatting flags
extend-ignore = N8, E111, E231, E201, E202, E203, E302, E501, W391, W292, W293, D, PLC0114
extend-exclude = .qt_for_python/.*, .vscode/.*, .cache/.*, build/.*