mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
Fix typo
This commit is contained in:
parent
afb503ed4d
commit
5e772e1de1
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ skip_win32 = pytest.mark.skipif(
|
|||
reason='case conflicts between directories and files',
|
||||
)
|
||||
|
||||
skip_darwin = pytest.mark_skipif(
|
||||
skip_darwin = pytest.mark.skipif(
|
||||
sys.platform == 'darwin',
|
||||
reason='case conflicts between directories and files',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue