Added support for property setter/deleter.#31
Conversation
Roman505050
left a comment
There was a problem hiding this comment.
It's a great solution, I faced a problem today when I couldn't set the setter up properly and flake8 was swearing, even though it should be right.
|
@noamkush hello, thank you very much for you help. Could you please resolve merge conflict? Also i wonder why did you comment flake8-annotations-complexity==0.0.8 in requirements? |
Conflicts are resolved. Regarding |
fd8a56e to
ba39611
Compare
I understand now, what was wrong. Yeah, we fixed this issue in |
|
@noamkush oh wait, sorry, there is also an issue. pytest-cov 6.0 requires python >3.9. You can just drop 3.8 from supported versions, it's totally OK. it should help. |
|
Sure, I dropped 3.8. |
This fixes #24 and modernizes the supported python versions as I couldn't even run checks with Python 3.13 or 3.12.