mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-13 08:04:18 +00:00
Remove trailing new line; insert raises
This commit is contained in:
parent
9457d84cfd
commit
12660a6fb7
1 changed files with 1 additions and 1 deletions
|
|
@ -59,8 +59,8 @@ def install():
|
||||||
bool
|
bool
|
||||||
:raises:
|
:raises:
|
||||||
flake8.exceptions.MercurialCommitHookAlreadyExists
|
flake8.exceptions.MercurialCommitHookAlreadyExists
|
||||||
|
:raises:
|
||||||
flake8.exceptions.MercurialQRefreshHookAlreadyExists
|
flake8.exceptions.MercurialQRefreshHookAlreadyExists
|
||||||
|
|
||||||
"""
|
"""
|
||||||
hgrc = find_hgrc(create_if_missing=True)
|
hgrc = find_hgrc(create_if_missing=True)
|
||||||
if hgrc is None:
|
if hgrc is None:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue