slateci / slate-portal

This repository contains the web Portal to the SLATE platform.
The Unlicense
5 stars 3 forks source link

Apply black python code formatting suggestions #277

Closed adamhgriffith-uofu closed 1 year ago

adamhgriffith-uofu commented 1 year ago

Run the following:

(python env) $ black --verbose ./portal

and adjust/modify the changes such that Portal continues to function correctly.

adamhgriffith-uofu commented 1 year ago

While we're at it, might as well apply the suggestions from:

(python env) $ isort --check-only --diff ./portal
adamhgriffith-uofu commented 1 year ago

Ran the integration tests against this branch without issue. Time to merge.