diff --git a/.isort.cfg.symlink b/.isort.cfg.symlink deleted file mode 100644 index 88d83c6..0000000 --- a/.isort.cfg.symlink +++ /dev/null @@ -1,11 +0,0 @@ -[settings] -atomic = True -profile = black - -# Sort alphabetically within each module rather than by type (e.g. class/function) -force_sort_within_sections = True -order_by_type = False - -# Longest line-length allowed for a single import. Try to keep this in sync -# with max-line-length in the flake8 config -line_length = 88