mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-18 16:44:42 +04:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
455fc07ad9
commit
cc295879b8
2 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ def run_language(
|
|||
is_local: bool = False,
|
||||
require_serial: bool = True,
|
||||
color: bool = False,
|
||||
dry_run: bool = False
|
||||
dry_run: bool = False,
|
||||
) -> tuple[int, bytes]:
|
||||
prefix = Prefix(str(path))
|
||||
version = version or language.get_default_version()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue