Metadata-Version: 2.1
Name: mypy-gh-action-report
Version: 0.2.1
Summary: Notify Mypy output via GitHub Workflow Commands
License: MIT
Author: Błażej Cyrzon
Author-email: blazej.cyrzon@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Dist: actions-toolkit (>=0.1.15,<0.2.0)
Requires-Dist: typer (>=0.6.1,<0.7.0)
Description-Content-Type: text/markdown

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/mypy-gh-action-report.svg)](https://pypi.python.org/pypi/mypy-gh-action-report/)
[![PyPI](https://img.shields.io/pypi/v/mypy-gh-action-report.svg")](https://pypi.python.org/pypi/mypy-gh-action-report/)

# mypy-gh-action-report

Notify Mypy output via [GitHub Workflow Commands](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions)

## Installation

```bash
pip install mypy-gh-action-report
```

## Docs

Available [here](https://bc291.github.io/mypy-gh-action-report/)

## TODO

1. Group warnings for the same line

## Thanks

- [actions-toolkit](https://github.com/yanglbme/actions-toolkit)
- [typer](https://github.com/tiangolo/typer)

