Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254655e commit ae1d168Copy full SHA for ae1d168
2 files changed
pre_commit/languages/python.py
@@ -30,6 +30,5 @@ def install_environment():
30
31
32
def run_hook(hook, file_args):
33
- # TODO: batch filenames
34
with in_env() as env:
35
return helpers.run_hook(env, hook, file_args)
pre_commit/ordereddict.py
@@ -5,6 +5,6 @@
5
try:
6
from collections import OrderedDict
7
except ImportError:
8
- from orderddict import OrderedDict
+ from ordereddict import OrderedDict
9
10
__all__ = (OrderedDict.__name__,)
0 commit comments