diff --git a/pre_commit/languages/python.py b/pre_commit/languages/python.py index 0268a211..7bcaaf4e 100644 --- a/pre_commit/languages/python.py +++ b/pre_commit/languages/python.py @@ -22,7 +22,6 @@ class PythonEnv(helpers.Environment): virtualenv.path_locations( helpers.environment_dir(ENVIRONMENT_DIR, self.language_version) )[-1].rstrip(os.sep) + os.sep, - 'activate', )