FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Python/.lgtm.yml at master · wcfylcf/Python · GitHub
wcfylcf
/
Python
Public
forked from
TheAlgorithms/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
Expand file tree
Breadcrumbs
Python
/
.lgtm.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
12 lines (12 loc) · 589 Bytes
Breadcrumbs
Python
/
.lgtm.yml
Copy path
File metadata and controls
12 lines (12 loc) · 589 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
12
extraction
:
python
:
python_setup
:
version
:
3
after_prepare
:
-
python3 -m pip install --upgrade --user flake8
before_index
:
-
python3 -m flake8 --version
#
flake8 3.6.0 on CPython 3.6.5 on Linux
#
stop the build if there are Python syntax errors or undefined names
-
python3 -m flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
#
exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
-
python3 -m flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
Back
|
FazBrowse Home
|
New Git URL