mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 20:26:53 +00:00
Merge pull request #1586 from PyCQA/asottile-patch-1
correct string example for E501 exclusions
This commit is contained in:
commit
5957479572
1 changed files with 3 additions and 3 deletions
|
|
@ -568,9 +568,9 @@ Options and their Descriptions
|
|||
|
||||
# https://some-super-long-domain-name.com/with/some/very/long/path
|
||||
|
||||
url = (
|
||||
'https://...'
|
||||
)
|
||||
url = '''\
|
||||
https://...
|
||||
'''
|
||||
|
||||
This defaults to: ``79``
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue