Files
deb-python-toml/toml.py
x10an14 16e4b1d102 Feature: Enforce PEP8 standard specified in .flake8 for toml.py
With the exception that the `loads()` function triggers:
```toml.py:107:1: C901 'loads' is too complex (87)
def loads(s, _dict=dict):
```

This commit is based off PR #99.
2017-05-26 22:26:32 -04:00

29 KiB