Matthias Schoettle

Results 183 comments of Matthias Schoettle

I have a draft PR #17006 that adjusts the line/column in `messages.py` for `FuncDef`. What is missing is the column end. It seems that @shaperilio figured out how do determine...

@shaperilio Thanks to your initial test and Jelle's suggestion on the PR I got on the right track and figured something out. I introduced new properties and determine the def's...

@shaperilio Added some before and after screenshots from vscode with some examples in the PR referenced above.

I see that #25 is merged. However, after the last release. Are there any plans for the next release?

No problem, totally understand. Let me know if there is any way I can help.

Running into the same issues. The checks don't consider super classes. I'll try to propose fixes for them.

Here we go: DJ10 and DJ11: #128 `__str__`: #129 Please let me know if you have any suggestions for improvement.

@rocioar May you please review?

@rocioar May you please review?

@jheld @samamorgan I wanted to capture warnings as errors in `pytest` so that deprecation notices are exposed as early as possible. I noticed in our project where I tried to...