File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11repos :
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
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
Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments