shan
shan
Yeah, I had something like configuration thing in mind. Why does the `expirationMs` need to be passed as a `string` though?
I assume any code level contribution needs Rust proficiency, right?
> However, I believe that formatting the code using cargo fmt or clippy, for example, can be done by someone who is not very familiar with Rust. I have neglected...
Try 1.1 version
I am trying to add a test but I think I am missing some understanding of how options etc are being passed in test This is how the modified `test_3rdparty_plugin`...
By the way how are these options propagated to the [reference](https://www.pantsbuild.org/docs/reference-flake8)? Is this automated?
So it's just not this new test that I am trying to add which is failing. I think something else is wrong ```zsh ./pants --changed-since=HEAD test 08:29:13.05 [ERROR] Completed: Run...
They say that using [`.bandit`](https://github.com/tylerwince/flake8-bandit#configuration=) should work. This is how my `.bandit` looks like ```yaml skips: ["B101"] try_except_continue: check_typed_exception: false try_except_pass: check_typed_exception: false ```
yeah either of the two i.e. `extra_files` or `plugin_config` would work.
It's not a blocker. Just nice to have.