| commit | 926208fb31c7f4b6e718e20fc1f5789fd74dc3df | [log] [tgz] |
|---|---|---|
| author | Pedro Calleja <pedro@urbvan.com> | Mon May 18 21:27:24 2020 -0500 |
| committer | Anthony Sottile <asottile@umich.edu> | Mon May 18 19:57:49 2020 -0700 |
| tree | b8fa993d5c2952643f0c13e2ea4c9ad138089947 | |
| parent | 37d0e19fd819ac917c9d21ff8656a7f151b95a1c [diff] [blame] |
hotfix: the user may be define an extra arguments for a removed hook
diff --git a/tests/removed_test.py b/tests/removed_test.py index 83df164..d635eb1 100644 --- a/tests/removed_test.py +++ b/tests/removed_test.py
@@ -8,6 +8,7 @@ main(( 'autopep8-wrapper', 'autopep8', 'https://github.com/pre-commit/mirrors-autopep8', + '--foo', 'bar', )) msg, = excinfo.value.args assert msg == (