zheller / flake8-quotes

Flake8 extension for checking quotes in python
MIT License
178 stars 39 forks source link

Fixed mistaking key access as docstring #99

Closed twolfson closed 4 years ago

twolfson commented 4 years ago

As reported in #97, we were mistaking key access on the first line of functions as docstrings. This PR fixes that with a patch via @oxitnik. In this PR:

twolfson commented 4 years ago

Considering PR approved as patch was written by @oxitnik and reviewed by me. Landing and releasing now