mirror of
https://github.com/sortedcord/alemno-payments.git
synced 2026-07-22 04:02:49 +05:30
ci: Update pyproject.toml to include ruff
This commit is contained in:
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
python-version: "3.14"
|
||||
|
||||
- name: Run Ruff Check
|
||||
run: uv run ruff check .
|
||||
run: uv run --group dev ruff check .
|
||||
|
||||
- name: Run Ruff Format Check
|
||||
run: uv run ruff format --check .
|
||||
run: uv run --group dev ruff format --check .
|
||||
|
||||
Reference in New Issue
Block a user