KotlinIsland / basedmypy

Based Python static type checker with baseline, sane default settings and based typing features
Other
138 stars 4 forks source link

Store a human readable baseline #391

Open KotlinIsland opened 2 years ago

KotlinIsland commented 2 years ago

Keep the json as is(it has more detail), but also gen one that looks like the cli output, this will be good for the humans among us(ඞ).

Considerations

This would make big diffs when ever a line number changes

DetachHead commented 2 years ago

Would this just be a command that reads the baseline.json and outputs all its errors?

KotlinIsland commented 2 years ago

Pretty much

KotlinIsland commented 1 year ago

I wonder if this could be better supported as part of GitHub/GitLab support #388