Michael
Michael
No, I don't develop plugins myself. But if there were no breaking changes, then there shouldn't be a major version update, that forces plugin developers to update their plugins. Even...
Is it really that hard, to respect all the `# noqa` syntax, just as if it were original pylint comment instructions? For compatibility reasons, maybe behind a command line flag?...
@The-Compiler it doesn't need to be perfect. Even ignoring any message for the line, when there is # noqa in there would already be helpful.
@Pierre-Sassoulas option 1 doesn't need to be default behaviour. It would totally be sufficient, if this behaviour is hidden behind a command line flag. This poll is well intended, but...
Please have a look again. I guess all comments should be addressed.
Just one side note: `numba` also handles `typing.NamedTuple` without problem. For me, this already provides most of the benefits of a typed dataclass.
I think it would not be in the best interest of this library, if any random object would be converted to a string by default. Throwing an error, just like...
I'd like to add: This issue currently kills any straight forward use of `sqlalchemy`s `metadata.create_all()`, as the indices for a table are created right after the table. So any subsequent...
I just checked with 1.0. Seems to be working now. Good to close I guess.