We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3fd3a5 commit 4734d0aCopy full SHA for 4734d0a
3 files changed
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install pipenv
32
run: pip install pipenv
33
- name: Install dependencies from lockfile
34
- run: pipenv sync
+ run: pipenv sync --dev
35
- name: Run Black
36
run: pipenv run black --check progcomp
37
- name: Run MyPy
Pipfile
@@ -37,6 +37,8 @@ urllib3 = "*"
werkzeug = "*"
38
39
[dev-packages]
40
+black = "*"
41
+mypy = "*"
42
43
[requires]
-python_version = "3.14"
44
+python_version = "3.14"
0 commit comments