syrusakbary / snapshottest

Snapshot Testing utils for Python 📸
MIT License
525 stars 102 forks source link

Match black/flake8 max-line-length #138

Closed medmunds closed 3 years ago

medmunds commented 3 years ago

Reformat long doc strings and comments to black's preferred max-line-length of 88, so that flake8 can use the same setting.

(I'm deliberately noqa-punting on the generated Django settings.py file.)