mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
remove sorting for repo key for additional_deps
in other languages this order can matter (such as ruby)
This commit is contained in:
parent
cdd360645a
commit
a631abdabf
3 changed files with 3 additions and 3 deletions
|
|
@ -180,7 +180,7 @@ def test_create_when_store_already_exists(store):
|
|||
|
||||
def test_db_repo_name(store):
|
||||
assert store.db_repo_name('repo', ()) == 'repo'
|
||||
assert store.db_repo_name('repo', ('b', 'a', 'c')) == 'repo:a,b,c'
|
||||
assert store.db_repo_name('repo', ('b', 'a', 'c')) == 'repo:b,a,c'
|
||||
|
||||
|
||||
def test_local_resources_reflects_reality():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue