Open archont94 opened 9 months ago
@staticdev I fixed Unnecessary else / elif used after return
PYL-R1705 but remaining error is related to main
cyclomatic complexity higher than threshold and I'm not gonna touch it as it might mess with a lot of other things.
Please let me know how to proceed.
Adding functionality to verify (with CLI or config) if currently used isort version matches required version.
Similar to black implementation.