Wednesday, March 29, 2023

Show HN: GitHub Annotations for flake8 with my plugin https://ift.tt/Q6udPpE

Show HN: GitHub Annotations for flake8 with my plugin I made a plugin for the Python linter flake8 that turns it's output into Github Annotations by invoking it with `flake8 --format github`. https://ift.tt/VNZTEKn March 30, 2023 at 02:18AM

No comments:

Post a Comment

Show HN: val – An arbitrary precision calculator language https://ift.tt/1JxjPhf

Show HN: val – An arbitrary precision calculator language Wrote this to learn more about the `chumsky` parser combinator library, rustyline,...