mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-10 23:04:18 +00:00
Update documentation links to latest Python 3 documentation
The URL https://docs.python.org/3/ is actively maintained and updated.
This commit is contained in:
parent
33e7eae53a
commit
3d394b1ab0
2 changed files with 2 additions and 2 deletions
|
|
@ -297,4 +297,4 @@ texinfo_documents = [
|
||||||
|
|
||||||
|
|
||||||
# Example configuration for intersphinx: refer to the Python standard library.
|
# Example configuration for intersphinx: refer to the Python standard library.
|
||||||
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None)}
|
intersphinx_mapping = {'python': ('https://docs.python.org/3/', None)}
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ def install(option, option_string, value, parser):
|
||||||
"""Determine which version control hook to install.
|
"""Determine which version control hook to install.
|
||||||
|
|
||||||
For more information about the callback signature, see:
|
For more information about the callback signature, see:
|
||||||
https://docs.python.org/2/library/optparse.html#optparse-option-callbacks
|
https://docs.python.org/3/library/optparse.html#optparse-option-callbacks
|
||||||
"""
|
"""
|
||||||
installer = _INSTALLERS.get(value)
|
installer = _INSTALLERS.get(value)
|
||||||
errored = False
|
errored = False
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue