mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-24 12:04:21 +01:00
black and isort
This commit is contained in:
2
.github/workflows/formatting.yml
vendored
2
.github/workflows/formatting.yml
vendored
@@ -28,4 +28,4 @@ jobs:
|
||||
- name: Check black
|
||||
run: poetry run black --check .
|
||||
- name: Check isort
|
||||
run: poetry run isort --check-only .
|
||||
run: poetry run isort --profile black --check-only .
|
||||
|
||||
Reference in New Issue
Block a user