diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2019-05-03 17:32:13 +0200 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2019-05-03 18:50:42 +0200 |
commit | 7d677924930a6273958b2f2fdc087e5329582898 (patch) | |
tree | b437c59a7a1b6d2ec3365786d11280417cdc60f2 /setup.cfg | |
parent | [Tests] Fix AttributeError in test_core with Twisted 19 (diff) | |
download | deluge-7d677924930a6273958b2f2fdc087e5329582898.tar.xz 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.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |