Metadata-Version: 2.1
Name: gpt-linter
Version: 0.1.0
Summary: Python minor issue resolver using gpt by openai!
Home-page: https://github.com/eyalk11/mypy-gpt
Author: ekarni
Author-email: eyalk5@gmail.com
License:  AGPL-3.0 license
License-File: LICENSE

Solves linter errors using guidance and GPT api. It runs mypy(for now) on targeted file and then uses gpt to try to fix the issues (espcially good for minor nagging issues). Displays a diff file for the required changes and ask you if you want to apply.
