mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-10 13:24:14 +02:00
[settings] property to disable pre-dependency checking
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user