mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
[sunil: Update description for simplicity, group info] [sunil: Indentation fixes] [sunil: End all URLs with a slash] [sunil: Update frontpage shortcut to be a simple one] [sunil: Enable single-sign-on for main interface only] [sunil: In copyright file, merge with public-domain section] [sunil: Simplify and vectorify the icon] Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
82 lines
1.3 KiB
TOML
82 lines
1.3 KiB
TOML
[tool.isort]
|
|
known_first_party = ["plinth"]
|
|
|
|
[tool.coverage.run]
|
|
branch = true
|
|
omit = ["*/tests/*"]
|
|
|
|
[tool.coverage.report]
|
|
precision = 2
|
|
omit = ["*/tests/*"]
|
|
|
|
[tool.pytest.ini_options]
|
|
addopts = "--ds=plinth.tests.data.django_test_settings"
|
|
markers = [
|
|
"essential",
|
|
"functional",
|
|
"skip",
|
|
"heavy",
|
|
"apps",
|
|
"avahi",
|
|
"backups",
|
|
"bepasty",
|
|
"bind",
|
|
"calibre",
|
|
"cockpit",
|
|
"config",
|
|
"coturn",
|
|
"datetime",
|
|
"deluge",
|
|
"domain",
|
|
"dynamicdns",
|
|
"ejabberd",
|
|
"email",
|
|
"gitweb",
|
|
"help",
|
|
"i2p",
|
|
"ikiwiki",
|
|
"infinoted",
|
|
"janus",
|
|
"jsxc",
|
|
"matrixsynapse",
|
|
"mediawiki",
|
|
"minetest",
|
|
"minidlna",
|
|
"mumble",
|
|
"openvpn",
|
|
"pagekite",
|
|
"performance",
|
|
"privoxy",
|
|
"quassel",
|
|
"radicale",
|
|
"roundcube",
|
|
"rssbridge",
|
|
"samba",
|
|
"searx",
|
|
"security",
|
|
"shaarli",
|
|
"shadowsocks",
|
|
"sharing",
|
|
"snapshot",
|
|
"ssh",
|
|
"sso",
|
|
"storage",
|
|
"syncthing",
|
|
"system",
|
|
"tor",
|
|
"transmission",
|
|
"ttrss",
|
|
"upgrades",
|
|
"users",
|
|
"wireguard",
|
|
"wordpress",
|
|
"zoph",
|
|
]
|
|
|
|
# Useful when pylint is invoked separately instead of flake8
|
|
[tool.pylint.'MESSAGES CONTROL']
|
|
disable = [
|
|
"too-many-arguments", # Has not resulted in a refactoring
|
|
"too-many-ancestors", # Easy to hit when using Django
|
|
]
|