Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 50f655e

Browse files
authored
Document how to create a pyanalyze report (#67)
1 parent 7451219 commit 50f655e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ more transformations. The following are supported:
6565
- External integrations
6666
- `--pyanalyze-report`: takes types suggested by
6767
[pyanalyze](https://github.com/quora/pyanalyze)'s `suggested_parameter_type`
68-
and `suggested_return_type` codes and applies them.
68+
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 .`
6971
- `--only-without-imports`: only apply pyanalyze suggestions that do not require
7072
new imports. This is useful because suggestions that require imports may need
7173
more manual work.

0 commit comments

Comments
 (0)