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

Enhance fix-deprecated-abstractproperty codemod #328

Merged
merged 5 commits into from
Mar 5, 2024
Merged

Conversation

clavedeluna
Copy link
Contributor

@clavedeluna clavedeluna commented Mar 4, 2024

Overview

This codemod now accounts for staticmethod and classmethod deprecated properties

Description

  • See original issue for discussion regarding the now overloaded name for this codemod.

Closes #312

@clavedeluna clavedeluna marked this pull request as ready for review March 4, 2024 15:37
Copy link

sonarqubecloud bot commented Mar 5, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@clavedeluna clavedeluna added this pull request to the merge queue Mar 5, 2024
Merged via the queue into main with commit 1a5eb78 Mar 5, 2024
11 checks passed
@clavedeluna clavedeluna deleted the abstract-cls branch March 5, 2024 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Codemod for deprecated @abstractclassmethod and @abstractstaticmethod
3 participants