mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Initial formatting with ruff
This commit is contained in:
3
.github/workflows/formatter.yml
vendored
3
.github/workflows/formatter.yml
vendored
@@ -16,6 +16,9 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Get dependencies
|
||||
run: pip install ruff isort
|
||||
|
||||
- name: Format the code
|
||||
run: ruff format
|
||||
|
||||
|
||||
Reference in New Issue
Block a user