Kevin Le

Results 13 comments of Kevin Le

Someone had a very similar issue, because they had rebound their `d` operator. It might be relevant to you! https://github.com/bkad/CamelCaseMotion/issues/47#issuecomment-1265181866

>Running the same Ruff check triggers a I001 error on the same file, categorizing wandb as Known(ThirdParty); the module categorization is cached, so I remove the .ruff_cache directory first to...

Say you were using a third party package in your requirements, but decided later to vendor it to make changes, turning it into a first party package. Then unless caches...