mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-20 01:24:42 +04:00
Adds failing test for cwd problem.
This commit is contained in:
parent
d4c9f9075e
commit
aa9c77abe8
6 changed files with 69 additions and 28 deletions
5
testing/resources/prints_cwd_repo/prints_cwd/main.py
Normal file
5
testing/resources/prints_cwd_repo/prints_cwd/main.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import os
|
||||
|
||||
def func():
|
||||
print os.getcwd()
|
||||
return 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue