File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 3737 run : pip install flit
3838 - name : Install Dependencies
3939 run : make install
40- - name : Black
41- run : black --check zform tests
42- - name : isort
43- run : isort --check zform tests
44- - name : Flake8
45- run : flake8 zform tests
40+ - name : Ruff Linting Check
41+ run : ruff check zform tests
4642# - name: mypy
4743# run: mypy zform
Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ classifiers = [
4040]
4141
4242dependencies = [
43- " ellar >= 0.8.2"
43+ " ellar >= 0.8.4" ,
44+ ' python-multipart >= 0.0.5'
4445]
4546
4647[project .urls ]
Original file line number Diff line number Diff line change 11autoflake
22httpx==0.23.3
33mypy == 1.11.2
4+ pydantic[email]
45pytest >=7.1.3,<9.0.0
56pytest-asyncio
67pytest-cov >=2.12.0,<6.0.0
7- ruff ==0.6.1
8+ ruff ==0.6.6
You can’t perform that action at this time.
0 commit comments