Results 12 issues of KEL

and I also make the links to be relative.

Currently, parsing this: ``` Check the following: - One - Two - Three ``` will produce: ``` Check the following: - One - Two - Three ``` But I think,...

update error info for decoding.

include uuid from the list of placeholders

This is the file: ```python from pynamodb.attributes import (DiscriminatorAttribute, MapAttribute, UnicodeAttribute) class Hello(MapAttribute): cls = DiscriminatorAttribute() title = UnicodeAttribute() ``` and it always fail even after auto-correction. ```bash isort....................................................................Failed -...

An attributes builder.

enhancement

Able to use regex as Scope

enhancement