SEED-platform / seed

Standard Energy Efficiency Data (SEED) Platform™ is a web-based application that helps organizations easily manage data on the energy performance of large groups of buildings.
Other
106 stars 55 forks source link

Lint fixes #4596

Closed axelstudios closed 3 months ago

axelstudios commented 3 months ago

What's this PR do?

How should this be manually tested?

Monkey test, check that everything works as expected

To review (and automatically fix) lint errors you can use the following commands.

From Python

tox -e lint and tox -e lint-fix

From Node

npm run lint and npm run lint:fix

or, you can run the individual lint targets: