Closed SagiPolaczek closed 9 months ago
Arrange Fuse's code base, and particular the imports in each file. For more info see isort.
pyproject.toml
isort
black
.pre-commit-config.yaml
/.github/workflows/lint.yaml
Outdated. Will be easy to create a new one from scratch
Ready for CR 🕺🏼
Goal
Arrange Fuse's code base, and particular the imports in each file. For more info see isort.
Key files:
pyproject.toml
- configisort
to be compatible withblack
.pre-commit-config.yaml
- addisort
as a pre-commit hook/.github/workflows/lint.yaml
- Added isort into github actions