[MAIN]
py-version=3.11
extension-pkg-allow-list=PySide6

[BASIC]
good-names=i,j,k,_
method-rgx=^(__.*__|_?[a-z][a-z0-9_]*|changeEvent|paintEvent|resizeEvent)$

[FORMAT]
max-line-length=100
max-module-lines=200

[MESSAGES CONTROL]
disable=fixme,
        missing-class-docstring,
        missing-function-docstring,
        missing-module-docstring,
        no-name-in-module,
        too-few-public-methods,
        consider-using-with

[REPORTS]
reports=no
score=no

[VARIABLES]
ignored-argument-names=_.*|^ignored_|^unused_
