[settings] property to disable pre-dependency checking

This commit is contained in:
Vinicius Moreira
2020-02-10 15:01:15 -03:00
parent 3e956a5413
commit 4835d8c2ec
9 changed files with 26 additions and 6 deletions

View File

@@ -2,7 +2,6 @@ import logging
import os
import traceback
from pathlib import Path
from typing import List
import yaml
@@ -23,7 +22,8 @@ def read_config(update_file: bool = False) -> dict:
'locale': None,
'updates': {
'check_interval': 30,
'sort_packages': True
'sort_packages': True,
"pre_dependency_checking": True
},
'system': {
'notifications': True,