Merge pull request #1586 from PyCQA/asottile-patch-1

correct string example for E501 exclusions
This commit is contained in:
Anthony Sottile 2022-04-25 13:02:44 -04:00 committed by GitHub
commit 5957479572
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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``