Skip to content
Snippets Groups Projects
.pylintrc 262 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,
	duplicate-code,
	fixme,
        missing-docstring,
Nico's avatar
Nico committed
        no-name-in-module,
        wrong-import-position