FussyFox / fussyfox.github.io

A real-time code linting platform for GitHub
https://fussyfox.github.io
5 stars 1 forks source link

Bandit check has stucked #4

Closed atugushev closed 5 years ago

atugushev commented 5 years ago

Could you check what's wrong?

https://github.com/jazzband/pip-tools/runs/126356308

codingjoe commented 5 years ago

Hi @atugushev,

yes you are right, there is a problem with the latest bandit version, see https://github.com/PyCQA/bandit/issues/490

I will downgrade for now and hope my patch will be released soon.

Best -Joe

atugushev commented 5 years ago

Bandit has stucked again https://github.com/jazzband/pip-tools/runs/162425348 :(

codingjoe commented 5 years ago

Thanks @atugushev for reporting this. It's another problem tho. Your config seems to be off. Can you run bandit locally?

The body is too large to be patched to GitHub, their API returns:

422 Client Error: Unprocessable Entity
codingjoe commented 5 years ago

@atugushev this patch should solve the issue: https://github.com/FussyFox/lintipy/releases/tag/1.2.2

atugushev commented 5 years ago

Awesome! Thanks @codingjoe!

atugushev commented 5 years ago

I've checked and it seems the problem has not been resolved, because the last checker still in progress. See https://github.com/jazzband/pip-tools/runs/163018997

UPDATE: my fault, everything is OK

codingjoe commented 5 years ago

@atugushev there also continues to be a problem with the latest bandit version. We will skip further releases until all problems are dealt with.