diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-09 11:37:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-09 11:37:22 +0000 |
commit | d397c63b64593f8f86a0e7624c59bb343595a679 (patch) | |
tree | ce5c42cee1a2cb895a19fff6618d4697049e2f7e /setup.cfg | |
parent | Releasing debian version 2.1.2~dev0+20240219-3. (diff) | |
download | deluge-d397c63b64593f8f86a0e7624c59bb343595a679.tar.xz deluge-d397c63b64593f8f86a0e7624c59bb343595a679.zip |
Merging upstream version 2.1.2~dev0+20240910.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 20 |
1 files changed, 0 insertions, 20 deletions
@@ -23,23 +23,3 @@ includes = glib, gio, cairo, pango, pangocairo, atk, gobject, gtk.keysyms, zope.interface, mako.cache, email.mime, libtorrent, gtkosx_application, HTMLParser frameworks = CoreFoundation, Foundation, AppKit - -[flake8] -max-line-length = 120 -builtins = _,_n,__request__ -extend-exclude = dist,build -extend-ignore = -# flake8-builtins: A003 class attribute is shadowing a python builtin - A003, -# E203 whitespace before ':' - E203, -# N818 pep8-naming: error suffix in exception names - N818 -per-file-ignores = -# import not top of file (gi checks required before import) - deluge/ui/gtk3/*.py : E402 - deluge/**/gtkui.py: E402 - deluge/**/gtkui/*.py: E402 - deluge/plugins/Stats/deluge_stats/graph.py: E402 -[pycodestyle] -max-line-length = 88 |