本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
heuzef
/
pinry
镜像来自
https://github.com/pinry/pinry.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
44
Wiki
活動
瀏覽代碼
Update flake8 configuration
pull/169/head
Isaac Bythewood
5 年之前
父節點
1a413d9a56
當前提交
ffe999f405
共有
1 個檔案被更改
,包括
5 行新增
和
4 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-4
.flake8
+ 5
- 4
.flake8
查看文件
@@ -1,8 +1,9 @@
[flake8]
max-line-length = 121
exclude =
ignore = E203,E266,E501,W503
max-line-length = 80
max-complexity = 18
select = B,C,E,F,W,T4,B9
exclude =
migrations,
south_migrations,
pinry/settings/,
core/tests/,
Write
Preview
Loading…
取消
儲存