mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-13 08:04:18 +00:00
Yay I can't type any more
This commit is contained in:
parent
f333b22ba6
commit
490b46c7ab
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ def install_hook():
|
||||||
fd.write(git_hook_file)
|
fd.write(git_hook_file)
|
||||||
# 0b111100100 == rwxr--r--
|
# 0b111100100 == rwxr--r--
|
||||||
# Python 2.5 doesn't support 0b syntax so note that the above binary
|
# Python 2.5 doesn't support 0b syntax so note that the above binary
|
||||||
# value is equilvanet to 484 in decimal
|
# value is equivalent to 484 in decimal
|
||||||
os.chmod(vcs, 484)
|
os.chmod(vcs, 484)
|
||||||
elif 'hg' in vcs:
|
elif 'hg' in vcs:
|
||||||
_install_hg_hook(vcs)
|
_install_hg_hook(vcs)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue