Skip to content
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
sethc555
/
html5lib-python
Public
forked from
html5lib/html5lib-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Files
Expand file tree
master
Breadcrumbs
html5lib-python
/
setup.cfg
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
11 lines (9 loc) · 154 Bytes
master
Breadcrumbs
html5lib-python
/
setup.cfg
Copy path
Top
File metadata and controls
Code
Blame
11 lines (9 loc) · 154 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
[bdist_wheel]
universal = 1
[pep8]
ignore = N
max-line-length = 139
exclude = .git,__pycache__,.tox,doc
[flake8]
ignore = N, W504
max-line-length = 139
You can’t perform that action at this time.