Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Fix bug with google style arg regex #448

Merged
merged 1 commit into from
May 28, 2020
Merged

Fix bug with google style arg regex #448

merged 1 commit into from
May 28, 2020

Conversation

sambhav
Copy link
Member

@sambhav sambhav commented Jan 10, 2020

Currently, due to the way the regex was specified, the regex
matcher was getting thrown off by types that used colons.

This change makes the regex robust to such type and fixes #443

Thanks for submitting a PR!

Please make sure to check for the following items:

  • Add unit tests and integration tests where applicable.
    If you've added an error code or changed an error code behavior,
    you should probably add or change a test case file under tests/test_cases/ and add
    it to the list under tests/test_definitions.py.
    If you've added or changed a command line option,
    you should probably add or change a test in tests/test_integration.py.
  • Add a line to the release notes (docs/release_notes.rst) under "Current Development Version".
    Make sure to include the PR number after you open and get one.

Please don't get discouraged as it may take a while to get a review.

Sorry, something went wrong.

@sambhav
Copy link
Member Author

sambhav commented Jan 25, 2020

@Nurdok bump

2 similar comments
@sambhav
Copy link
Member Author

sambhav commented Feb 29, 2020

@Nurdok bump

@sambhav
Copy link
Member Author

sambhav commented Apr 25, 2020

@Nurdok bump

Nurdok
Nurdok previously approved these changes May 5, 2020
Currently, due to the way the regex was specified, the regex
matcher was getting thrown off by types that used colons.

This change makes the regex robust to such type and fixes PyCQA#443
@sambhav
Copy link
Member Author

sambhav commented May 8, 2020

@Nurdok bump?

@Nurdok Nurdok merged commit ac56b83 into PyCQA:master May 28, 2020
@sambhav sambhav deleted the gstyleb branch May 28, 2020 07:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

D417 - inconsistent results with Google-style (possible bug)
2 participants