This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
pii-manager-poc/code-style.sh

6 lines
132 B
Bash
Executable File

#!/bin/bash
black --target-version py37 --skip-string-normalization --line-length 110 .
isort --profile black --line-length 110 .