sobolevn
sobolevn
# Rule request ## Thesis This code does not raise a single violation that `x` might not be defined: ```python try: function_that_raises() x = 1 except: ... print(x) ``` One...
https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/sarif-support-for-code-scanning
As @orsinium said I need to create a ROADMAP for funding (similar to #409). There I can describe what I am going to use money for. Like: - $10 will...
# Rule request ## Thesis Original idea belongs to: Tin Markovic. We need to detect functions that use too much dynamic features of python or so called "magic". So, it...
# Bug report ## What's wrong Currently we allow brackets that located like so: ```python xy = [[ ] ] ``` ## How is that should be This should raise...
I wonder if there are any `flake8` playgrounds right there. It would be nice to have one.
https://support.codacy.com/hc/en-us/articles/207994725-Tool-Developer-Guide
Hi! Right now all plugins are in the same category. It is absolutely impossible to navigate through them. May be it will be wise to separate them?