[BASIC]
no-docstring-rgx=(__.*__)|(test_[A-Za-z0-9_]*)|(_.*)|(.*Test$)

[FORMAT]
max-line-length=120

[TYPECHECK]
ignored-modules=responses,yaml
