browniebroke / django-codemod

A tool to automatically fix Django deprecations.

Home Page:https://django-codemod.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make codemods discoverable by libCST's list command

browniebroke opened this issue · comments

Description

LibCST has a list command which is supposed to list all known codemods based on the config:

python3 -m libcst.tool list

This should be listing Django Codemod when installed, but last time I tried it's not the case. It's not critical, but would be nice to have it and help with discovrability of codemods.