mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-13 07:41:19 +08:00
6 lines
61 B
Plaintext
6 lines
61 B
Plaintext
|
|
def foo(obj):
|
|
import pdb; pdb.set_trace()
|
|
|
|
return 5
|