charmed-hpc / slurm-charms

Juju charms for automating the Day 0 to Day 2 operations of the Slurm workload manager ⚖️🐧
Apache License 2.0
1 stars 5 forks source link

feat: migrate tox tooling to the monorepo #1

Closed jedel1043 closed 3 months ago

jedel1043 commented 3 months ago

This adds several changes that make it really easy to format, lint, and test against some or all of the charms in the repository:

In general, this makes it so that we can still run everything using tox -e command, and repository.py takes care of setting up everything for us.