mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 19:26:52 +00:00
Update pre-commit hooks
This commit is contained in:
parent
b03733bc86
commit
b08f834d65
10 changed files with 19 additions and 5 deletions
|
|
@ -1,8 +1,9 @@
|
|||
import ast
|
||||
|
||||
import pytest
|
||||
|
||||
from pre_commit_hooks.debug_statement_hook import DebugStatement
|
||||
from pre_commit_hooks.debug_statement_hook import debug_statement_hook
|
||||
from pre_commit_hooks.debug_statement_hook import DebugStatement
|
||||
from pre_commit_hooks.debug_statement_hook import ImportStatementParser
|
||||
from testing.util import get_resource_path
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue