Invalid escape sequences like \d
are now deprecated in Python....
Invalid escape sequences like \d
are now deprecated in Python. You may want to report it to upstream for getting rid of those patterns. What namcap...
For this issue, a more reliable way can be requesting python-av developers to define optional dependencies numpy
and pillow
in setup.py or pyprojec...
Is this MR mostly good (just a simple change as I proposed above & rebase), or more major changes are needed?
Instead of simple replace, how do you think about a lookup table? The table can be maintained in namcap for now. In the future, it can be auto gene...
pyi often contain imports needed for type hints but not actual codes (typing_extensions
, etc.). Benefits of using imports may not overweigh issues ...
If the imports are correctly (at least in this case) specified in .pyi
isn't it okay(ish) to add this extension to check for pydeps? Obviously I do...
pyi files contain type hints, not actual codes. Cython uses pyx files as shown in the error message. I'm not sure if there is a way to identify dep...
This is already done in !78 but it seems stuck
Looks like this can be unblocked now (all the merge requests mentioned are done).
@alerque Could this issue name be changed to a more generic? Such as "namcap doesn't support rpath" or something along the lines.