We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d1b05d commit b0375a8Copy full SHA for b0375a8
3 files changed
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
run: uv sync --locked --all-groups
24
25
- name: Run black
26
- run: uv run black temba_client
+ run: uv run ruff format --check temba_client
27
28
- name: Run ruff
29
run: uv run ruff check temba_client
pyproject.toml
@@ -24,9 +24,8 @@ Repository = "http://github.com/rapidpro/rapidpro-python"
[dependency-groups]
dev = [
"coverage>=5.3,<6",
- "ruff>=0.14.0,<0.15",
+ "ruff>=0.15.7,<0.16",
"isort>=5.10.1,<6",
- "black>=24.3.0,<27",
30
"nose2>=0.12.0,<0.13",
31
]
32
0 commit comments