Expected behavior
No warnings outputted by flake itself.
Current behavior
WARNING:flake8.checker:The multiprocessing module is not available. Ignoring --jobs arguments.
WARNING:flake8.processor:Plugin requested optional parameter "errors" but this is not an available parameter.
WARNING:flake8.processor:Plugin requested optional parameter "last_starts_at" but this is not an available parameter.
WARNING:flake8.processor:Plugin requested optional parameter "function_depth" but this is not an available parameter.
WARNING:flake8.processor:Plugin requested optional parameter "inside_conditional_block" but this is not an available parameter.
Steps to reproduce
Installed: (using poetry in my case)
python = "^3.11"
flakeheaven = "^3.2.1"
nitpick = "^0.32.0"
Expected behavior
No warnings outputted by flake itself.
Current behavior
Steps to reproduce
Installed: (using poetry in my case)