Skip to content

Commit b409c74

Browse files
committed
fix: update dependencies
1 parent fa0fd75 commit b409c74

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
2-
# - repo: git@github.com:pre-commit/pre-commit-hooks
3-
- repo: https://github.com/pre-commit/pre-commit-hooks
2+
# - repo: https://github.com/pre-commit/pre-commit-hooks
3+
- repo: git@github.com:pre-commit/pre-commit-hooks
44
rev: v4.4.0
55
hooks:
66
- id: trailing-whitespace
@@ -10,8 +10,8 @@ repos:
1010
- id: check-merge-conflict
1111
- id: check-yaml
1212
- id: end-of-file-fixer
13-
# - repo: git@github.com:asottile/reorder_python_imports
14-
- repo: https://github.com/asottile/reorder_python_imports
13+
# - repo: https://github.com/asottile/reorder_python_imports
14+
- repo: git@github.com:asottile/reorder_python_imports
1515
rev: v3.9.0
1616
hooks:
1717
- id: reorder-python-imports

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ dependencies = [
2626
"gdown>=4.7",
2727
"wget>=3.2",
2828
"texttable>=1.6",
29+
"munkres>=1.1.4",
30+
"tabulate>=0.9.0",
31+
"pandas>=2.0.3",
2932
]
3033

3134
[project.urls]

0 commit comments

Comments
 (0)