noxfile.py [53:59]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        "--profile=black",
        "--force-single-line-imports",
        "--dont-order-by-type",
        "--single-line-exclusions=typing",
        "-w=88",
        *LINT_PATHS,
    )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



noxfile.py [91:97]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        "--profile=black",
        "--force-single-line-imports",
        "--dont-order-by-type",
        "--single-line-exclusions=typing",
        "-w=88",
        *LINT_PATHS,
    )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



