qusal/.pylintrc

37 lines
414 B
INI
Raw Normal View History

2024-07-10 15:03:56 +00:00
# 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