Michael Aquilina
Michael Aquilina
A few things: 1. The `s3_uri` looks incorrect. Could you try editing the file with vim to instead be: `s3://pixelcompruebaprivado2` 2. your local folder looks strange. What is the location...
As far as I remember, I had also thought this was a good idea - but it seemed hard with the ast library being used. Would be a nice feature...
please rebase :) I'll merge once thats passing
After investigating this a bit, this appears to be some weirdness in the way flake8 works. Tried using `normalize_paths=True` but it does not seems to solve the issue. You would...
Hi @aileoia ! Those should all be part of [python.txt ](https://github.com/MichaelAquilina/flake8-spellcheck/blob/master/flake8_spellcheck/python.txt) so that they are not reported as spelling errors. would you like to perhaps open a PR to update...
@ojomio would you like to try opening a PR that adds those into `python.txt`?
> In particular if there are camelcase words in a comment then they flag with SC100 But also if there is some terribly named variable like TestData_apple then SC200 will...
> why can whitelist remain in the en_US dictionary? it shoudnt either. I dont think I ever edited this words list file (I generated it from `aspell`). If it is...
Using `pre-commit` to ensure correct linting is pretty standard nowadays in most python projects (even [Django](https://github.com/django/django)). I dont have any opposition to also putting black, isort and flake8 inside dev-requirements...
🤔 didnt realise go was needed for one of them. I guess that would be `gitleaks`: https://github.com/zricethezav/gitleaks `go` isnt exactly a rare binary to find, but I do agree it...