qusal/.pylintrc
2024-07-10 17:03:56 +02:00

37 lines
414 B
INI

# vim: ft=cfg
# SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
[MAIN]
jobs=0
[FORMAT]
expected-line-ending-format=LF
max-line-length=79
[LOGGING]
logging-format-style=new
[MESSAGES CONTROL]
confidence=
[REPORTS]
output-format=colorized
reports=no
[STRING]
check-quote-consistency=yes
check-str-concat-over-line-jumps=yes