Skip to content
Snippets Groups Projects
.pylintrc 331 B
Newer Older
# Copyright (c) 2019 Nico Alt
# SPDX-License-Identifier: AGPL-3.0-only
# License-Filename: LICENSE.md

[MASTER]

disable=attribute-defined-outside-init,
Nico's avatar
Nico committed
        duplicate-code,
        fixme,
        line-too-long,
        missing-docstring,
Nico's avatar
Nico committed
        no-name-in-module,
        too-few-public-methods,
        wrong-import-position