mirror of
https://github.com/ProtoThis/python-synology.git
synced 2026-01-19 09:28:42 +00:00
* Restore standard ignore list for flake8 In previous version we add some checks to ignore list. * Fix all B950 flake8 errors (line too long) Fix the code and add 2 per-file-ignore paterns for readability reasons. * Fix F401 flake8 errors (import not used) * Fix E302 flake8 errors * Fix E266 flake8 errors * Fix D107 flake8 errors * Fix Dxxx Flake8 errors * Add explanation on flake8 ignored rules * Remove pyling inline ignore rules pylint is no more used and replaced by flake8. * Remove D102 flake8 errors. * Apply suggestions from code review Co-authored-by: Quentame <polletquentin74@me.com> Co-authored-by: Quentame <polletquentin74@me.com>