File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,12 @@ detached = true
12
12
dependencies = [
13
13
" invoke" ,
14
14
# 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
17
17
" 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
19
19
" flake8-pyproject" ,
20
+ " reactpy-flake8 >=0.7" ,
20
21
# types
21
22
" mypy" ,
22
23
" types-toml" ,
Original file line number Diff line number Diff line change @@ -92,11 +92,11 @@ REACTPY_DEBUG_MODE = "1"
92
92
[tool .hatch .envs .lint ]
93
93
features = [" all" ]
94
94
dependencies = [
95
- " mypy==1.8 " ,
95
+ " mypy>=1.0.0 " ,
96
96
" types-click" ,
97
97
" types-tornado" ,
98
+ " types-pkg-resources" ,
98
99
" types-flask" ,
99
- " pkg_resources; sys_platform != 'win32'" ,
100
100
" types-requests" ,
101
101
]
102
102
You can’t perform that action at this time.
0 commit comments