flake warnings (#304)

This commit is contained in:
Bruno Cabral
2022-12-12 02:44:27 -08:00
committed by GitHub
parent f10a3f1d1a
commit fb4109bd77
67 changed files with 252 additions and 248 deletions

View File

@@ -9,9 +9,9 @@ class DebianConfigManager(YAMLConfigManager):
def get_default_config(self) -> dict:
return {
'suggestions.exp': 24, # hours
'index_apps.exp': 1440, # 24 hours
'sync_pkgs.time': 1440, # 24 hours
'pkg_sources.app': None,
'remove.purge': False
}
'suggestions.exp': 24, # hours
'index_apps.exp': 1440, # 24 hours
'sync_pkgs.time': 1440, # 24 hours
'pkg_sources.app': None,
'remove.purge': False
}