Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca2d8c commit 3903438Copy full SHA for 3903438
1 file changed
README.md
@@ -11,7 +11,7 @@ for more information on how to use codemods.
11
Here's how to use it:
12
13
- `pip install autotyping`
14
-- Make sure you have a `.libcst.codemod.yaml` with `'autotyper'` in the `modules` list.
+- Make sure you have a `.libcst.codemod.yaml` with `'autotyping'` in the `modules` list.
15
For an example, see the `.libcst.codemod.yaml` in this repo.
16
- Run `python -m libcst.tool codemod autotyping.AutotypeCommand /path/to/my/code`
17
0 commit comments