Skip to content

Commit a9ba5db

Browse files
committed
Revert
1 parent fea5e23 commit a9ba5db

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ detached = true
1212
dependencies = [
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",

src/py/reactpy/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ REACTPY_DEBUG_MODE = "1"
9292
[tool.hatch.envs.lint]
9393
features = ["all"]
9494
dependencies = [
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

0 commit comments

Comments
 (0)