alphapeptstats
alphapeptstats copied to clipboard
Code formatting
WHO Developers WHAT Have properly formatted code in alphapeptstats WHY Best practises, less overhead when developing
AC
- Code is formatted once using ruff
- pre-commit hook is in place that takes care about the formatting
- pre-commit hook runs in CI pipeline cf. #153