File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,14 @@ output = ${GENPAC_TEST_TMP}/dnsmasq.conf
4545dnsmasq-dns = 127.0.0.1# 9553
4646dnsmasq-ipset = GFWLIST
4747
48+ ; shadowsocks acl
49+ [job:ss-acl]
50+ output = ${GENPAC_TEST_TMP}/ss.acl
51+
52+ ; potatso
53+ [job:potatso]
54+ output = ${GENPAC_TEST_TMP}/potatso.pcf
55+
4856; wingy template
4957[job:wingy]
5058template = ${GENPAC_TEST_ETC}/wingy-tpl.yaml
Original file line number Diff line number Diff line change @@ -26,9 +26,10 @@ addopts=-s -v --cov=genpac --cov-report=term --cov-report=html
2626# -p no:randomly
2727
2828[flake8]
29- ; F401: imported but unused
30- ; F841: assigned but never used
31- ignore = F401, F841
29+ # E402: module level import not at top of file
30+ # F401: imported but unused
31+ # F841: variable assigned but never used
32+ ignore = E402,F401,F841
3233exclude =
3334 genpac/publicsuffix,
3435 genpac/pysocks,
You can’t perform that action at this time.
0 commit comments