alm
alm
@lgautier - thanks, missing the minus was a typo 😄 As i look at it, i am using an `rpy2` to pandas converter, so i am expecting the result to...
Taking TC201
Its a complex case, so i simplified it. What i would like to do is to tell pylint to specifically use a type instead of infering. maybe `register_transform` with `inference_tip`...
@DanielNoord not sure i understand. Are you saying this is achievable using an extension? Any tips regarding how? I had no luck with the direction that i posted in the...
I created a plugin - which isn't perfect - but works for me for now. couldn't get it too work with `inference_tip` so i used a regular transform Of course...
Started to look at `import-error / E0401`, From what i can tell - ruff doesn't currently use any "context" about the python environment, right? In order to add this rule...
Any plans on when and how to implement more import resolution features? WDYT about creating an issue to gather rules that will need these capabilities?
@messense I believe this is ready for review 😄
@messense Thanks!
> Can we validate the package name using a combination of an approach similar to the one in [Cargo](https://github.com/rust-lang/cargo/blob/master/src/cargo/util/restricted_names.rs) for Rust names and the [constraint](https://github.com/pypi/warehouse/blob/main/warehouse/packaging/models.py#L168-L171) in PYPI for Python? [permalink](https://github.com/pypi/warehouse/blob/8f79d90a310f0243ab15f52c41de093708a61dfd/warehouse/packaging/models.py#L211C9-L214C10)...