mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-06-29 06:00:45 +00: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
e31319b3e3
commit
e384faeea5
2 changed files with 5 additions and 4 deletions
|
|
@ -1,10 +1,12 @@
|
|||
from __future__ import annotations
|
||||
|
||||
import os
|
||||
import pytest
|
||||
import tempfile
|
||||
|
||||
from pre_commit_hooks.check_dco import check_dco, main
|
||||
import pytest
|
||||
|
||||
from pre_commit_hooks.check_dco import check_dco
|
||||
from pre_commit_hooks.check_dco import main
|
||||
|
||||
|
||||
def _write_commit_msg(content: str) -> str:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue