borgmatic/borgmatic/config
Dan Helfman ef448e2dd1 Add a "skip_actions" option to skip running particular actions (#701). 2023-10-31 21:54:41 -07:00
..
__init__.py Basic YAML configuration file parsing. 2017-07-04 16:52:24 -07:00
checks.py Add a "skip_actions" option to skip running particular actions (#701). 2023-10-31 21:54:41 -07:00
collect.py Use absolute paths when storing configuration files in an archive for later bootstrapping (#697). 2023-06-15 21:45:43 -07:00
environment.py Add code style plugins to enforce use of Python f-strings and prevent single-letter variables. 2023-03-23 23:11:14 -07:00
generate.py Remove sections (#721). 2023-07-08 23:14:30 -07:00
load.py Additional test coverage (#732). 2023-08-01 16:27:53 -07:00
normalize.py Fix normalization of deprecated sections to support empty sections without erroring (#771). 2023-10-14 13:04:18 -07:00
override.py Only parse "--override" values as complex data types when they're for options of those types (#779). 2023-10-29 19:02:28 -07:00
schema.yaml Add a "skip_actions" option to skip running particular actions (#701). 2023-10-31 21:54:41 -07:00
validate.py Only parse "--override" values as complex data types when they're for options of those types (#779). 2023-10-29 19:02:28 -07:00