mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 17:14:43 +04:00
norm slashes for windows
This commit is contained in:
parent
72eeafe516
commit
e2451109f7
1 changed files with 1 additions and 1 deletions
|
|
@ -618,4 +618,4 @@ def test_files_running_subdir(
|
||||||
'--files', 'foo.py',
|
'--files', 'foo.py',
|
||||||
env=env,
|
env=env,
|
||||||
)
|
)
|
||||||
assert 'subdir/foo.py' in stdout
|
assert 'subdir/foo.py'.replace('/', os.sep) in stdout
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue