Open klamann opened 1 year ago
We should use a consistent style for import statements. Proposed config:
repos: - repo: https://github.com/pycqa/isort rev: 5.10.1 hooks: - id: isort args: ['--py', '38', '--line-length', '100', '--multi-line', '3']
Hey, I'd take this for the hackathon!
We should use a consistent style for import statements. Proposed config: