Skip to content

Commit

Permalink
docs(usage): remove legacy JSON output leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed May 7, 2023
1 parent cd3f8a8 commit 76fc1dd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,15 +427,6 @@ Write the detected issues to a JSON file. This will write the following kind of
]
```

```json
{
"obsolete": ["uvicorn", "uvloop"],
"missing": [],
"transitive": ["httpx"],
"misplaced_dev": ["black"]
}
```

- Type: `Path`
- Default: `None`
- `pyproject.toml` option name: `json_output`
Expand Down

0 comments on commit 76fc1dd

Please sign in to comment.