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 e00c656 commit e180cceCopy full SHA for e180cce
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
62
- name: Install package
63
run: |
64
- python -m pip install .[test,optional]
+ python -m pip install .[test]
65
python -m docstub --version
66
docstub --help
67
pyproject.toml
@@ -31,13 +31,11 @@ dependencies = [
31
"click >=8.1.7",
32
"libcst >=1.3.1",
33
"lark >=1.1.9",
34
-]
35
-
36
-[project.optional-dependencies]
37
-optional = [
38
"black >=24.4.2",
39
"isort >=5.13.2",
40
]
+
+[project.optional-dependencies]
41
dev = [
42
"pre-commit >=3.7",
43
"ipython",
0 commit comments