extinctsion / neuralNetworkScratch

Making a neural network with back propagation from scratch step- by - step.
MIT License
3 stars 4 forks source link

Pylint / build (3.11) [Failing code Quality check] #8

Open extinctsion opened 2 days ago

extinctsion commented 2 days ago

The github workflow fails due the the bad python code quality. You can see the warnings and the failed logs from the pipeline itself. This is only for Python code. I'll assign this issue on first come first serve basis.

Seluj78 commented 2 days ago

I'd recommend you use ruff to lint and auto-fix your code, this will save you a lot of time

extinctsion commented 2 days ago

Hi @Seluj78 thanks for your suggestion, can you set it up for this project? I haven't worked with it yet. Also, I went through your profile and found out that your domain has expired! You can always find free site hosting like vercel/netlify. You can use that to host your websites.