File tree Expand file tree Collapse file tree 3 files changed +24
-26
lines changed
Expand file tree Collapse file tree 3 files changed +24
-26
lines changed Original file line number Diff line number Diff line change @@ -2,33 +2,28 @@ name: Linting
22
33on :
44 push :
5- branches : [ "main" ]
5+ branches : ["main"]
66 pull_request :
7- branches : [ "main" ]
7+ branches : ["main"]
88
99permissions :
1010 contents : read
1111
1212jobs :
1313 build :
14-
1514 runs-on : ubuntu-latest
1615
1716 steps :
18- - uses : actions/checkout@v4
19- - name : Set up Python 3.12
20- uses : actions/setup-python@v3
21- with :
22- python-version : " 3.12"
23- - name : Install dependencies
24- run : |
25- python -m pip install --upgrade pip
26- if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
17+ - uses : actions/checkout@v4
18+ - name : Set up Python 3.12
19+ uses : actions/setup-python@v3
20+ with :
21+ python-version : " 3.12"
22+ - name : Install dependencies
23+ run : |
24+ python -m pip install --upgrade pip
25+ if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
2726
28- - name : Lint with Ruff
29- run : |
30- ruff check
31-
32- - name : Lint with black
33- run : |
34- black --check .
27+ - name : Lint with black
28+ run : |
29+ black --check .
Original file line number Diff line number Diff line change 11annotated-types == 0.7.0
2+ anyio == 4.12.0
23black == 25.1.0
34certifi == 2025.6.15
45charset-normalizer == 3.4.2
56click == 8.2.1
67coverage == 7.9.2
78dnspython == 2.7.0
89email_validator == 2.2.0
10+ h11 == 0.16.0
11+ h2 == 4.3.0
12+ hpack == 4.1.0
13+ httpcore == 1.0.9
14+ httpx == 0.28.1
15+ hyperframe == 6.1.0
916idna == 3.10
1017iniconfig == 2.1.0
1118mypy == 1.16.1
1219mypy_extensions == 1.1.0
20+ numpy == 2.4.0
1321packaging == 25.0
1422pathspec == 0.12.1
1523platformdirs == 4.3.8
@@ -22,9 +30,7 @@ pytest-asyncio==1.1.0
2230pytest-cov == 6.2.1
2331python-dotenv == 1.1.1
2432PyYAML == 6.0.2
25- requests == 2.32.4
26- responses == 0.25.7
27- ruff == 0.12.2
33+ respx == 0.22.0
2834types-requests == 2.32.4.20250611
2935typing-inspection == 0.4.1
3036typing_extensions == 4.14.1
Original file line number Diff line number Diff line change 11annotated-types == 0.7.0
2- black == 25.1.0
32certifi == 2025.6.15
43charset-normalizer == 3.4.2
54click == 8.2.1
@@ -14,9 +13,7 @@ platformdirs==4.3.8
1413pydantic == 2.11.7
1514pydantic_core == 2.33.2
1615python-dotenv == 1.1.1
17- requests == 2.32.4
18- ruff == 0.12.2
19- types-requests == 2.32.4.20250611
2016typing-inspection == 0.4.1
2117typing_extensions == 4.14.1
2218urllib3 == 2.5.0
19+ httpx == 0.28.1
You can’t perform that action at this time.
0 commit comments