Loading .pre-commit-config.yaml 0 → 100644 +6 −0 Original line number Diff line number Diff line repos: - repo: https://github.com/psf/black rev: 22.3.0 hooks: - id: black language_version: python3.9 Makefile 0 → 100644 +2 −0 Original line number Diff line number Diff line venv: python3 -m venv venv && . ./venv/bin/activate && pip install --upgrade pip && pip install -r requirements.txt && pre-commit install Loading
.pre-commit-config.yaml 0 → 100644 +6 −0 Original line number Diff line number Diff line repos: - repo: https://github.com/psf/black rev: 22.3.0 hooks: - id: black language_version: python3.9
Makefile 0 → 100644 +2 −0 Original line number Diff line number Diff line venv: python3 -m venv venv && . ./venv/bin/activate && pip install --upgrade pip && pip install -r requirements.txt && pre-commit install