Live data from Hacker News

Show HN: Scrut – A Python static code reviewer that focuses on changed Git files

github.com

1–6 of 6 posts

Re: Show HN: Scrut – A Python static code reviewer that focuses on changed Git files

#3

I believe we can do the same with pre-commit linter such as ruff pre-commit or pylint pre-commit? https://github.com/astral-sh/ruff-pre-commit https://pylint.pycqa.org/en/stable/user_guide/installation/p...

[dead]

Re: Show HN: Scrut – A Python static code reviewer that focuses on changed Git files

#4

I believe we can do the same with pre-commit linter such as ruff pre-commit or pylint pre-commit? https://github.com/astral-sh/ruff-pre-commit https://pylint.pycqa.org/en/stable/user_guide/installation/p...

Or the same as gitlab sast or a lot of others, or even via manually filtering.

Re: Show HN: Scrut – A Python static code reviewer that focuses on changed Git files

#5
post #4

I believe we can do the same with pre-commit linter such as ruff pre-commit or pylint pre-commit? https://github.com/astral-sh/ruff-pre-commit https://pylint.pycqa.org/en/stable/user_guide/installation/p...

Or the same as gitlab sast or a lot of others, or even via manually filtering.

I mean it does look like a nice start tool