Santhosh Solomon

Results 11 comments of Santhosh Solomon

This error seems to be produced from the codebase which you are trying to parse. Can you add the complete traceback to help you better? ```console return compile(source, filename, mode,...

@aclark4life I have seen the comment in jira ticket attached. Shall we discuss about the proposed change here?

@aclark4life I would like to discuss the design before getting into implementation. In Jira I have observed that there is a suggestion of a new data type, which I am...

@dhruvmanila Shall I pick this issue?

Need help here. I have added `\s+` before `from` but it is failing with examples given at https://github.com/astral-sh/ruff/issues/12044#issuecomment-2284789116 during compilation, but being detected at regex101.

@MichaReiser I need a clarity here. As per my understanding based on the documentation [here](https://bandit.readthedocs.io/en/latest/plugins/b608_hardcoded_sql_expressions.html), every SQL statement which have string formatting should be reported with `S608`. Did I get...

@MichaReiser Yes, I have started with modifying the regex first and faced some problem with the regex. @dhruvmanila mentioned there is something missing beyond the regex(you can refer closer PR...

@MichaReiser With the changes you suggested, along with the regex from bandit, unfortunately both are not helping. I have added details in the draft PR - https://github.com/astral-sh/ruff/pull/13445? Help me out...

Is there a way I can see which command is actually consuming more than 500ms?

Thanks @andytom. Somehow I overlooked this in the documentation. And I believe this issue can be closed?