Skip to content

Commit 08eda00

Browse files
authored
Merge branch 'main' into dc_demo_local_ngrok
2 parents d8f2e60 + 38c1474 commit 08eda00

File tree

5 files changed

+768
-750
lines changed

5 files changed

+768
-750
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
- name: Ruff Format and Lint Check
1818
uses: chartboost/ruff-action@v1
1919
with:
20-
version: 0.11.0
20+
version: 0.11.4
2121
args: "format --check"

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
additional_dependencies: ['@commitlint/config-conventional']
99
- repo: https://github.com/astral-sh/ruff-pre-commit
1010
# Ensure this is synced with pyproject.toml
11-
rev: v0.11.0
11+
rev: v0.11.4
1212
hooks:
1313
# Run the linter
1414
- id: ruff

demo/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ asyncpg~=0.30.0
22
prompt_toolkit~=2.0.10
33
web.py~=0.62
44
pygments~=2.19
5-
qrcode[pil]~=8.0
5+
qrcode[pil]~=8.1

0 commit comments

Comments
 (0)