mirror of
https://github.com/sortedcord/alemno-payments.git
synced 2026-07-21 19:52:50 +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 .
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -6,6 +6,8 @@ dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
|
||||
.env
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
|
||||
|
||||
@@ -22,3 +22,8 @@ dependencies = [
|
||||
[tool.pytest.ini_options]
|
||||
pythonpath = ["."]
|
||||
asyncio_mode = "auto"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"ruff>=0.15.20",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user