ruff
4ca328f9 - Add flake8-pie PIE804: no-unnecessary-dict-kwargs (#1884)

Commit
3 years ago
Add flake8-pie PIE804: no-unnecessary-dict-kwargs (#1884) Warn about things like `foo(**{"bar": True})` which is equivalent to `foo(bar=True)` rel: https://github.com/charliermarsh/ruff/issues/1879 rel: https://github.com/charliermarsh/ruff/issues/1543
Author
Parents
Loading