Open dave42w opened 1 week ago
Hey @dave42w 👋
I was unable to reproduce this error 😅 Were you able to reproduce it again? And is it only happening with Robyn?
I got it again last night with a commit on the static files. I eventually got it to commit without changing the code by committing only one file at a time (and it worked in one order but not the other) and by simplifying the commit message (maybe it didn't like me using _ to reference a method?)
Bug Description
For some files (mostly when trying to commit multiple files) I'm getting this message (from with VSCODE and from the command line)
I've tried changing pyproject.toml from
[tool.ruff.mccabe]
to[tool.ruff.lint.mccabe]
but it doesn't help.Steps to Reproduce
It's not entirely consistent. I can't work out why it happens for some groups of files (but not if committed singly). Latest example is after a 1 line change in authentication.py from
to
Your operating system
Linux
Your Python version (
python --version
)3.12
Your Robyn version
main branch
Additional Info
No response