Skip to content
This repository has been 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

Conversation

samj1912
Copy link
Member

@samj1912 samj1912 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.

@samj1912
Copy link
Member Author

@Nurdok bump

2 similar comments
@samj1912
Copy link
Member Author

@Nurdok bump

@samj1912
Copy link
Member Author

@Nurdok bump

Nurdok
Nurdok previously approved these changes May 5, 2020
docs/release_notes.rst Outdated Show resolved Hide resolved
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
@samj1912
Copy link
Member Author

samj1912 commented May 8, 2020

@Nurdok bump?

@Nurdok Nurdok merged commit ac56b83 into PyCQA:master May 28, 2020
@samj1912 samj1912 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