File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ __pycache__
7
7
dist
8
8
9
9
.venv
10
+ .idea
10
11
11
12
.env
13
+ .envrc
12
14
codegen.log
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ openai = "openai.cli:main"
31
31
managed = true
32
32
dev-dependencies = [
33
33
" pyright==1.1.332" ,
34
- " mypy==1.4 .1" ,
34
+ " mypy==1.6 .1" ,
35
35
" black==23.3.0" ,
36
36
" respx==0.19.2" ,
37
37
" pytest==7.1.1" ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ httpx==0.23.0
25
25
idna==3.4
26
26
iniconfig==2.0.0
27
27
isort==5.10.1
28
- mypy==1.4 .1
28
+ mypy==1.6 .1
29
29
mypy-extensions==1.0.0
30
30
nodeenv==1.8.0
31
31
nox==2023.4.22
@@ -39,7 +39,7 @@ pluggy==1.3.0
39
39
py==1.11.0
40
40
pydantic==2.4.2
41
41
pydantic-core==2.10.1
42
- pyright==1.1.326
42
+ pyright==1.1.332
43
43
pytest==7.1.1
44
44
pytest-asyncio==0.21.1
45
45
python-dateutil==2.8.2
You can’t perform that action at this time.
0 commit comments