# DO NOT EDIT THIS FILE!
# This file has been autogenerated by `poetry run pymedphys dev propagate`
# Please instead edit the file found at:
#     pymedphys/.pylintrc
# and then run `poetry run pymedphys dev propagate --copies`

[MESSAGES CONTROL]

disable =
    bad-continuation,
    missing-docstring,
    empty-docstring,
    too-few-public-methods,
    too-many-arguments,
    too-many-locals,
    fixme,
    invalid-name,
    too-many-ancestors,
    R0801,
    len-as-condition,
    too-many-branches,
    too-many-statements,
    line-too-long,
    too-many-instance-attributes,
    wrong-import-order,
    wrong-import-position,
    ungrouped-imports,
    import-outside-toplevel,
    no-else-return,
    unbalanced-tuple-unpacking,
    raise-missing-from


[FORMAT]

max-line-length=88

extension-pkg-whitelist =
    pymssql,
    numpy,
    win32file,
    tensorflow,
    tensorflow.__version__,
    tensorflow.data.experimental,
    scipy.special,
    win32api,
    pynetdicom.sop_class
