import json
import os

import numpy

Overview

Today, we’re be jumping into some of the aspects of Git and GitHub related to automated code quality checking and collaboration, both in toy examples and in real projects from your team:

  • GitHub Pull Requests & Protected Branches to do GitHub Flow Development
  • GitHub Remotes & Continuous Integration with GitHub Actions
  • Commits with Git & using pre-commit to format and lint code with nbqa and ruff