skalarsystems / fhirzeug

A Python FHIR specification parser and class generator
Apache License 2.0
17 stars 1 forks source link

Update `black` version and add `isort` in dependencies #72

Open Wauplin opened 3 years ago

Wauplin commented 3 years ago

Update black version to 20.* in order to take advantage of the "magic comma feature" (https://black.readthedocs.io/en/stable/the_black_code_style.html#the-magic-trailing-comma)

Add isort everywhere to sort imports correctly ? https://pypi.org/project/isort/