bitcoinsearch / summarizer

Generation of easily accessible summarization feeds for public consumption
MIT License
5 stars 5 forks source link

PR: Add PR linting check #60

Open elraphty opened 1 month ago

elraphty commented 1 month ago

This PR adds Python Link Check when a pull request is made.

kouloumos commented 2 days ago

@elraphty you added the .flake8 config file but you are not actually using it inside the github action.

Also, have you tested the pre-commit? It doesn't work for me locally, it seems that setting this up is a bit more involved. Can you just remove it, we don't really need it, flake8 is good for now.