braincube-io / python-connector

Python client for Braincube APIs
https://braincube-io.github.io/python-connector/
3 stars 1 forks source link

Remove setters and getters #99

Open adrienhenry opened 11 months ago

adrienhenry commented 11 months ago

What would you like ? Fix the getter and setters in the lib

Why is this needed ? To comply with the wemake-python-styleguide WPS 615 that forbids setter and getters:

https://wemake-python-styleguide.readthedocs.io/en/latest/pages/usage/violations/oop.html#wemake_python_styleguide.violations.oop.UnpythonicGetterSetterViolation

adrienhenry commented 11 months ago

For now I ignore theWPS615 check