From 9ba6824dd39ccd8728214333226515622c7bc59c Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Sun, 4 May 2025 19:38:45 +0200 Subject: [PATCH] Remove unused isort configuration --- .isort.cfg | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .isort.cfg diff --git a/.isort.cfg b/.isort.cfg deleted file mode 100644 index 0c8e37f..0000000 --- a/.isort.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[settings] -include_trailing_comma = true -line_length = 88 -multi_line_output = 3 -skip = env/, venv/ -default_section = THIRDPARTY -known_first_party = newsreader -known_django = django -sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER -lines_between_types=1 -lines_after_imports=2 -lines_between_types=1