summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg18
1 files changed, 0 insertions, 18 deletions
diff --git a/setup.cfg b/setup.cfg
index e52fa07cd..b4071f53e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -24,24 +24,6 @@ includes = glib, gio, cairo, pango, pangocairo, atk, gobject, gtk.keysyms,
HTMLParser
frameworks = CoreFoundation, Foundation, AppKit
-[isort]
-known_standard_library = future_builtins
-known_third_party =
-# Ignore gtk modules, primarily for tox testing.
- cairo, gi,
-# Ignore other module dependencies for pre-commit isort.
- twisted, OpenSSL, pytest, recommonmark, chardet, pkg_resources, zope, mock,
- sphinx, rencode, six, mako
-known_first_party = msgfmt, deluge
-order_by_type = true
-not_skip = __init__.py
-# Black compatible settings
-multi_line_output=3
-include_trailing_comma=True
-force_grid_wrap=0
-line_length=88
-use_parentheses=True
-
[flake8]
max-line-length = 120
builtins = _,_n,__request__