python中flake8是什麼
1、Flake8是一款由Python官方釋出的輔助檢測Python程式碼是否規範的工具。
2、Flake8檢查規則靈活,支援整合附加外掛,具有很強的擴充套件性。
Flake8封裝了三個工具PyFlakes、Pep8和NedBatchelder’s McCabe。
PyFlakes:靜態檢查Python程式碼邏輯錯誤的工具。
Pep8:靜態檢查PEP8編碼風格的工具。
NedBatchelder’s McCabe:靜態分析Python程式碼複雜度的工具。
例項
[flake8] # 適當提高最大行長度 max-line-length = 120 # 設定最大複雜度 max-complexity = 24 # 忽略這些錯誤型別 ignore = F401, W503, E203 # 忽略以下檔案 exclude = .git, .venv, __pycache__, scripts, logs, upload, build, dist, docs, migrations,
以上就是python中flake8的介紹,希望對大家有所幫助。更多Python學習指路:
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/506/viewspace-2828121/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- python中loc是什麼Python
- python中的input是什麼Python
- python中的字典是什麼Python
- python中return是什麼意思?Python
- python中mat是什麼意思?Python
- python中global是什麼意思?Python
- Python中什麼是閉包?閉包的好處是什麼?Python
- Python中的mechanize模組是什麼?Python
- python中collections.Counter是什麼?Python
- Python中的作用域是什麼Python
- python中Matplotlib是什麼?怎麼用?Python
- Python中的arange是什麼?和range有什麼不同?Python
- Python中模組是什麼?Python有哪些模組?Python
- 什麼是python?python有什麼用途?Python
- Python中的類和物件是什麼Python物件
- python OpenCV中的閾值是什麼PythonOpenCV
- python中h5py是什麼?PythonH5
- Python中的rad是什麼意思?Python
- Python 中的 *args 和 **kwargs 是什麼Python
- 什麼是PythonPython
- Python是什麼?為什麼要掌握python?Python
- Python是什麼意思?Python有什麼用?Python
- python中類方法的區別是什麼Python
- python中的name等於main是什麼PythonAI
- python中upper函式的用法是什麼?Python函式
- 在python中什麼是私有變數域Python變數
- python中Roberts運算元是什麼Python
- Python中的“特權種族”是什麼?Python
- Python 中的數字到底是什麼?Python
- Python中eval函式是什麼?如何使用?Python函式
- Python是什麼語言?Python底層語言是什麼?Python
- 什麼是Python?Python為什麼這麼搶手?Python
- python arange是什麼Python
- python字典是什麼Python
- python re是什麼?Python
- python是什麼蛇Python
- python title是什麼Python
- python 是什麼意思Python