You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: adding additional blank line before inner function
* fix: removing blank line between two preceding comment blocks
* fix: mangling long description when splitting multi-sentence summary
* fix: not detecting string constants
* feat: add function to find inline reST markup
* test: add tests for function to find inline reST markup
* fix: fix tests that failed after updating regex's
As docformatter becomes more strict in identifying patterns and handling the various patterns that are identified, some of the older tests are failing. These tests fail because the patterns in the test strings are not strictly reST, Sphinx, etc.
* doc: add section discussing text patterns to usage docs
* doc: add assistance section to the README
* fix: use sys module to get default file encoding
* fix: explicitly ignore utf_16 and utf_32 encoding
0 commit comments