mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
16 lines
299 B
TOML
16 lines
299 B
TOML
# SPDX-FileCopyrightText: 2025 Sébastien Helleu <flashcode@flashtux.org>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
line-length = 120
|
|
|
|
[lint]
|
|
select = ["ALL"]
|
|
ignore = [
|
|
"D203", # incorrect-blank-line-before-class
|
|
"D213", # multi-line-summary-second-line
|
|
]
|
|
|
|
[lint.pylint]
|
|
max-args = 10
|