Kound

Results 118 comments of Kound

A black compatible workaround ```python # fmt: off query = ( # nosec f""" SELECT something, WHERE foobar = {bar} """ ) # fmt: on ``` Still please fix. Especially...

Any progress here? Btw: There is already a separate library released: https://github.com/pan-net-security/aio-gitlab

Look in the source code. The plugin calls pylint the the `--output-format json` to extract the result of pylint. So of course if you use `--output-format=colorized` it will fail, as...

@MrGeneration Can I support you in the verification? Would a screencast do?

If someone want to fix this issue, feel free to contact me.

I had a look into it. I don't think this is solvable with acceptable effort. The issues is that Python normalizes already when defining the variable: ![image](https://user-images.githubusercontent.com/7687556/178001658-586c88a1-0c73-44c9-8b7a-25226b856722.png) Therefore it will...

@DanielNoord I didn't. Wasn't on my mind.

Tokenize should work. Good idea! ``` python -m tokenize test.py 0,0-0,0: ENCODING 'utf-8' 1,0-1,5: NAME 'fi_fou' 1,6-1,7: OP '=' 1,8-1,33: STRING '"This will be normalized"' 1,33-1,34: NEWLINE '\n' 2,0-2,5: NAME...

> It would be nice to use git tags too. The status of the project is a bit confusing for new users. I can just agree. @evgenyfadeev I could invest...

> > It would be nice to use git tags too. The status of the project is a bit confusing for new users. > > I can just agree. @evgenyfadeev...