Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.pep8 - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.pep8
blob: 22045d3d39b2b9bf52bbf922e74556315974112f (plain)
1
2
3
4
[pep8]
# E265 block comment should start with '# '
# E501 line too long (X > 79 characters)
ignore = E265,E501