mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 17:14:43 +04:00
Remove unneeded format chunk
This commit is contained in:
parent
b9bc6212c1
commit
66e8ed5ad5
1 changed files with 0 additions and 1 deletions
|
|
@ -22,7 +22,6 @@ class PythonEnv(helpers.Environment):
|
||||||
virtualenv.path_locations(
|
virtualenv.path_locations(
|
||||||
helpers.environment_dir(ENVIRONMENT_DIR, self.language_version)
|
helpers.environment_dir(ENVIRONMENT_DIR, self.language_version)
|
||||||
)[-1].rstrip(os.sep) + os.sep,
|
)[-1].rstrip(os.sep) + os.sep,
|
||||||
'activate',
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue