shan
shan
I will take a look and let you know.
Hey @Eric-Arellano I would like to tackle this now. Could you give me some pointers on how should I go about it?
If I understand it correctly shouldn't these changes be made to flake8? The plugin `flake8-bandit` is for `flake8` to use bandit.
Hey @Eric-Arellano For the 2nd step > Add Get(Digest, PathGlobs()) here for the extra_files What value should I pass for the argument `globs` of `PathGlobs` ?
~~Yeah but I feel like based on different plugins, this can be quite varied. E.g. if it's `flake8-bandit`, the glob could be `[".bandit"]`. If it's `flake8-pydocstyle`, it could be `[".pydocstyle"]`....