FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
example-python/.flake8 at main · pantsbuild/example-python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pantsbuild
/
example-python
Public template
Notifications
You must be signed in to change notification settings
Fork
81
Star
114
Code
Issues
2
Pull requests
4
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
example-python
/
.flake8
Copy path
More file actions
More file actions
Latest commit
History
History
History
9 lines (8 loc) · 206 Bytes
Breadcrumbs
example-python
/
.flake8
Copy path
File metadata and controls
9 lines (8 loc) · 206 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
[flake8]
#
E203 -> whitespace before ':' (conflicts with Black)
#
E231 -> Bad trailing comma (conflicts with Black)
#
E501 -> line too long (conflicts with Black)
extend-ignore:
E203,
E231,
E501,
Back
|
FazBrowse Home
|
New Git URL