Andy Shapiro

Results 17 comments of Andy Shapiro

> I think I'm running into the same error, but only in the Django Admin. Everything works fine on Django 1.11, but when I upgrade to 2.2, I start getting...

Does this still work? I'm trying w/ `bandit==1.6.2` and `flake8-bandit==2.1.2`. I have a `.bandit`: ``` [bandit] exclude = /frontend,/scripts,/tests,/venv ``` This uses my exclude: ``` bandit -r -v . ```...

If you'd accept a PR let me know and I can look into it...

Thanks @tylerwince can you confirm that this likely is an issue for others as well? Should I use the `skips` keyword above perhaps, (I tried but it didn't work) or...

Thanks @tylerwince I'll have something soon...

@tylerwince PR submitted #17 ; note that this bumps python minimum version to 3.6 as currently implemented.

It looks like the latest version on pypi is before this change; the author hasn't released a new version to pypi. https://pypi.org/project/flake8-bandit/#history 2.1.2 Oct 7, 2019 To use this feature,...

I can help too @mpasternak - it sounds like @jpic is open for it! Let me know if you need a hand, I'd like to see this too...

Had this same issue and it took us an afternoon to troubleshoot, thanks @wwarne in https://github.com/Bogdanp/django_dramatiq/issues/32#issuecomment-537369297 - would you accept a PR to update the docs with some of the...

I'm having the same issue as above; having a hard time modifying (or even removing) the `NameEmailSettingsPanel` - it seems like it'd be good to be able to remove this...