We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a06a8 commit fea5e23Copy full SHA for fea5e23
pyproject.toml
@@ -12,12 +12,11 @@ detached = true
12
dependencies = [
13
"invoke",
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
+ "black==24.1.1", # Pin lint tools we don't control to avoid breaking changes
+ "ruff==0.0.278", # Pin lint tools we don't control to avoid breaking changes
17
"toml",
18
- "flake8==7.0.0", # Pin lint tools we don't control to avoid breaking changes
+ "flake8==7.0.0", # Pin lint tools we don't control to avoid breaking changes
19
"flake8-pyproject",
20
- "reactpy-flake8 >=0.7",
21
# types
22
"mypy",
23
"types-toml",
0 commit comments