summary refs log tree commit diff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-02-22 11:30:19 +0000
committerGitHub <noreply@github.com>2022-02-22 11:30:19 +0000
commit1ae492c8c09edef4a6d2af65588895305eaedec3 (patch)
tree1afe543f1b8fdcb12e2478401f62d694bc4240d1 /setup.cfg
parentUse v3 endpoints for fallback auth (Matrix 1.1) (#12019) (diff)
downloadsynapse-1ae492c8c09edef4a6d2af65588895305eaedec3.tar.xz
Move isort config to `pyproject.toml` (#12052)
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg11
1 files changed, 0 insertions, 11 deletions
diff --git a/setup.cfg b/setup.cfg
index e5ceb7ed19..a0506572d9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -19,14 +19,3 @@ ignore =
 #  E731: do not assign a lambda expression, use a def
 #  E501: Line too long (black enforces this for us)
 ignore=W503,W504,E203,E731,E501
-
-[isort]
-line_length = 88
-sections=FUTURE,STDLIB,THIRDPARTY,TWISTED,FIRSTPARTY,TESTS,LOCALFOLDER
-default_section=THIRDPARTY
-known_first_party = synapse
-known_tests=tests
-known_twisted=twisted,OpenSSL
-multi_line_output=3
-include_trailing_comma=true
-combine_as_imports=true