File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ __pycache__
77dist
88
99.venv
10+ .idea
1011
1112.env
13+ .envrc
1214codegen.log
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ openai = "openai.cli:main"
3131managed = true
3232dev-dependencies = [
3333 " pyright==1.1.332" ,
34- " mypy==1.4 .1" ,
34+ " mypy==1.6 .1" ,
3535 " black==23.3.0" ,
3636 " respx==0.19.2" ,
3737 " pytest==7.1.1" ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ httpx==0.23.0
2525idna==3.4
2626iniconfig==2.0.0
2727isort==5.10.1
28- mypy==1.4 .1
28+ mypy==1.6 .1
2929mypy-extensions==1.0.0
3030nodeenv==1.8.0
3131nox==2023.4.22
@@ -39,7 +39,7 @@ pluggy==1.3.0
3939py==1.11.0
4040pydantic==2.4.2
4141pydantic-core==2.10.1
42- pyright==1.1.326
42+ pyright==1.1.332
4343pytest==7.1.1
4444pytest-asyncio==0.21.1
4545python-dateutil==2.8.2
You can’t perform that action at this time.
0 commit comments