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 7451219 commit 50f655eCopy full SHA for 50f655e
1 file changed
README.md
@@ -65,7 +65,9 @@ more transformations. The following are supported:
65
- External integrations
66
- `--pyanalyze-report`: takes types suggested by
67
[pyanalyze](https://github.com/quora/pyanalyze)'s `suggested_parameter_type`
68
- and `suggested_return_type` codes and applies them.
+ and `suggested_return_type` codes and applies them. You can generate these
69
+ with a command like:
70
+ `pyanalyze --json-output failures.json -e suggested_return_type -e suggested_parameter_type -v .`
71
- `--only-without-imports`: only apply pyanalyze suggestions that do not require
72
new imports. This is useful because suggestions that require imports may need
73
more manual work.
0 commit comments