Joseph Martinot-Lagarde
Joseph Martinot-Lagarde
You can perfectly have some strings segments as f-strings and others as standard string, so it shouldn't be a problem ?
I agree that B007 is smelly, but maybe it should be kept as-is for compatibility, and new rules added following @jaraco's proposal ? The first one could still yield false...
It is not possible right now, the save method provides no way to run something in advance. I'm reluctant to try some ugly hack... Signals won't work either, as there...
This is the blocking issue for me, it makes class documentation unusable. :(
Sadly, no. Instance variables require another kind of introspection, since they don't appear in the class definition.
This could be a solution : https://github.com/sphinx-doc/sphinx/pull/9146 > use `sphinx.ext.autodoc.get_class_members` instead of `dir(obj)` to discover class members and find instance attributes
#9951 is related
> Does QtCreator have this functionality? Because if it does, then we should be able to implement it too ;-) Alt + drag works in qtcreator 3.5.0. Now get to...
Nice ! It looks like the cursors are a bit out of sync at the end, but I'm not 100% sure. Also a nice feature for adding a column of...