Skip to content

Commit 4734d0a

Browse files
committed
added dev dependencies
1 parent b3fd3a5 commit 4734d0a

3 files changed

Lines changed: 534 additions & 263 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install pipenv
3232
run: pip install pipenv
3333
- name: Install dependencies from lockfile
34-
run: pipenv sync
34+
run: pipenv sync --dev
3535
- name: Run Black
3636
run: pipenv run black --check progcomp
3737
- name: Run MyPy

Pipfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ urllib3 = "*"
3737
werkzeug = "*"
3838

3939
[dev-packages]
40+
black = "*"
41+
mypy = "*"
4042

4143
[requires]
42-
python_version = "3.14"
44+
python_version = "3.14"

0 commit comments

Comments
 (0)