summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2019-05-03 16:32:13 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2019-05-03 17:50:42 +0100
commit7d677924930a6273958b2f2fdc087e5329582898 (patch)
treeb437c59a7a1b6d2ec3365786d11280417cdc60f2 /setup.cfg
parent3c18e890e84b85bdc96767a7593df9e99baab90d (diff)
downloaddeluge-7d677924930a6273958b2f2fdc087e5329582898.tar.gz
deluge-7d677924930a6273958b2f2fdc087e5329582898.tar.bz2
deluge-7d677924930a6273958b2f2fdc087e5329582898.zip
[Lint] Update pre-commit linter versions
- Default to python3. - Needed to add six to isort config.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 2cbd5785a..47c869f81 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -26,7 +26,7 @@ known_third_party =
cairo, gi,
# Ignore other module dependencies for pre-commit isort.
twisted, OpenSSL, pytest, recommonmark, chardet, pkg_resources, zope, mock,
- sphinx, rencode
+ sphinx, rencode, six
known_first_party = msgfmt, deluge
order_by_type = true
not_skip = __init__.py