File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,12 @@ detached = true
1212dependencies = [
1313 " invoke" ,
1414 # lint
15- " black==24.1.1" , # Pin lint tools we don't control to avoid breaking changes
16- " ruff==0.0.278" , # Pin lint tools we don't control to avoid breaking changes
15+ " black==24.1.1" , # Pin lint tools we don't control to avoid breaking changes
16+ " ruff==0.0.278" , # Pin lint tools we don't control to avoid breaking changes
1717 " toml" ,
18- " flake8==7.0.0" , # Pin lint tools we don't control to avoid breaking changes
18+ " flake8==7.0.0" , # Pin lint tools we don't control to avoid breaking changes
1919 " flake8-pyproject" ,
20+ " reactpy-flake8 >=0.7" ,
2021 # types
2122 " mypy" ,
2223 " types-toml" ,
Original file line number Diff line number Diff line change @@ -92,11 +92,11 @@ REACTPY_DEBUG_MODE = "1"
9292[tool .hatch .envs .lint ]
9393features = [" all" ]
9494dependencies = [
95- " mypy==1.8 " ,
95+ " mypy>=1.0.0 " ,
9696 " types-click" ,
9797 " types-tornado" ,
98+ " types-pkg-resources" ,
9899 " types-flask" ,
99- " pkg_resources; sys_platform != 'win32'" ,
100100 " types-requests" ,
101101]
102102
You can’t perform that action at this time.
0 commit comments