You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really useful to have support for other methods of inputting the output of the linting statistics. Currently they must be passed in by stdin, however I can see two other potential uses:
Read from file - useful when piping output between commands is difficult.
Pass string in directly - useful when generating chart from another python module via import flake8chart as opposed to using as a command-line utility.
The text was updated successfully, but these errors were encountered:
It would be really useful to have support for other methods of inputting the output of the linting statistics. Currently they must be passed in by stdin, however I can see two other potential uses:
import flake8chart
as opposed to using as a command-line utility.The text was updated successfully, but these errors were encountered: