Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Requested enhancement] PIE804 autofix #6783

Closed
tylerlaprade opened this issue Aug 22, 2023 · 0 comments · Fixed by #7884
Closed

[Requested enhancement] PIE804 autofix #6783

tylerlaprade opened this issue Aug 22, 2023 · 0 comments · Fixed by #7884
Labels
fixes Related to suggested fixes for violations

Comments

@tylerlaprade
Copy link
Contributor

It seems non-breaking to replace

**{
    "foo": foo_value,
    "bar": bar_value,
  }

with

foo=foo_value,
bar=bar_value,

, unless I'm missing something. Dynamic keys might be trickier but could be excluded from an initial implementation.

@zanieb zanieb added the fixes Related to suggested fixes for violations label Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixes Related to suggested fixes for violations
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants