p5 icon indicating copy to clipboard operation
p5 copied to clipboard

Fix Code Formatting to Resolve Flake8 Errors in Pre-commit Hook

Open AdityyaX opened this issue 1 year ago • 4 comments

This is related to issue #452

Is your feature request related to a problem? Please describe. this codebase currently generates problems during Flake8 linting checks in the pre-commit hook. These problems could be due to inconsistencies in code formatting or violations of PEP 8 style requirements.

Describe the solution you'd like The primary goal of this issue is to address the Flake8 errors encountered during the pre-commit hook by improving code formatting to adhere to PEP 8 standards.

AdityyaX avatar Dec 15 '23 10:12 AdityyaX

Thank you for submitting your first issue to p5py

github-actions[bot] avatar Dec 15 '23 10:12 github-actions[bot]

Hi @AdityyaX - Yeah flake8 doesn't automatically fix the problem, one has to intervene in this case. I'd love to take this up.

KiranSatyaRaj avatar Jan 11 '24 14:01 KiranSatyaRaj

Hi there, @KiranSatyaRaj Actually, I'm working on this problem right now. It's a big problem. If I have any problems, I will get in touch with you.

AdityyaX avatar Jan 11 '24 15:01 AdityyaX

Cool, I would love to collaborate with you on this. @AdityyaX

KiranSatyaRaj avatar Jan 11 '24 16:01 KiranSatyaRaj