Skip to content
Snippets Groups Projects
.pylintrc 187 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,
	fixme,
        missing-docstring