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

Implement C414 autofix #2423

Closed
spaceone opened this issue Jan 31, 2023 · 1 comment · Fixed by #2693
Closed

Implement C414 autofix #2423

spaceone opened this issue Jan 31, 2023 · 1 comment · Fixed by #2693
Labels
fixes Related to suggested fixes for violations

Comments

@spaceone
Copy link
Contributor

C414 unnecessary-double-cast-or-process should be fairly easy autofixable.

e.g. sorted(list(foo))sorted(foo)

@charliermarsh charliermarsh added the fixes Related to suggested fixes for violations label Jan 31, 2023
@sbrugman
Copy link
Contributor

Will take this together with #2262

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.

3 participants