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

Ignore commented-out classes/functions/etc. #23

Open
dragonpaw opened this issue Jul 21, 2022 · 2 comments
Open

Ignore commented-out classes/functions/etc. #23

dragonpaw opened this issue Jul 21, 2022 · 2 comments

Comments

@dragonpaw
Copy link

Currently the search for """ isn't respecting commented out code:

    # For future implementation
    # def base_url(self) -> str:
    #     """
    #     Generate SCIM base url
    #     """
    #     return "https://app.asana.com/api/1.0/scim/"

becomes:

    # For future implementation
    # def base_url(self) -> str:
    #     """
    # Generate SCIM base url #
    """
    #     return "https://app.asana.com/api/1.0/scim/"

Which is a syntax error, since it is uncommenting one of the """.

@dragonpaw dragonpaw changed the title Ignore commented-out classes/functions etc. Ignore commented-out classes/functions/etc. Jul 21, 2022
@HazeeqHaikal
Copy link

HazeeqHaikal commented Jul 21, 2022

alright ill try fix that but can i know which file is that

@PhilipMay
Copy link
Member

Thanks for reporting @dragonpaw :-)

@HazeeqHaikal if you could provide a PR that would be very nice...

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

No branches or pull requests

3 participants