ruff: enable and fix C4 ruleset

This commit is contained in:
Dima Gerasimov 2024-08-27 22:50:37 +01:00 committed by karlicoss
parent c08ddbc781
commit d244c7cc4e
19 changed files with 48 additions and 38 deletions

View file

@ -80,7 +80,7 @@ def get_files(
paths.append(src)
if sort:
paths = list(sorted(paths))
paths = sorted(paths)
if len(paths) == 0:
# todo make it conditionally defensive based on some global settings