mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-11 02:46:39 +00:00
Some new flake8 checkers were added so fix these new warnings and any issues uncovered. Use add-trailing-comma to fix missing trailing commas. It does not format it as well as I would like however it was fast to change and helps with git changes in future. Removed pylint from tox due to large number of warnings.