mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-16 02:21:46 +04:00
Merge e001a7d2ba into 1be4e4f82e
This commit is contained in:
commit
e8531b9789
1 changed files with 2 additions and 1 deletions
|
|
@ -46,5 +46,6 @@ class PrefixedCommandRunner(object):
|
||||||
|
|
||||||
def star(self, end):
|
def star(self, end):
|
||||||
return tuple(
|
return tuple(
|
||||||
path for path in os.listdir(self.prefix_dir) if path.endswith(end)
|
self.path(path)
|
||||||
|
for path in os.listdir(self.prefix_dir) if path.endswith(end)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue