From c7527b5f0f1a26c0598ec67e6581abd9d73974ce Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Fri, 8 Nov 2024 14:49:12 +0100 Subject: [PATCH] linting --- dotdrop/cfg_aggregator.py | 4 ++-- dotdrop/options.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dotdrop/cfg_aggregator.py b/dotdrop/cfg_aggregator.py index a51c3fa..dc0d5bc 100644 --- a/dotdrop/cfg_aggregator.py +++ b/dotdrop/cfg_aggregator.py @@ -8,8 +8,8 @@ handle higher level of the config file import os import shlex import platform -import distro import re +import distro # local imports @@ -25,7 +25,7 @@ from dotdrop.exceptions import UndefinedException, YamlException, \ TILD = '~' -YAML_OK = '[^0-9a-zA-Z.\-_]+' +YAML_OK = r'[^0-9a-zA-Z.\-_]+' YAML_REPL = '_' diff --git a/dotdrop/options.py b/dotdrop/options.py index 62252ca..ca14e22 100644 --- a/dotdrop/options.py +++ b/dotdrop/options.py @@ -61,7 +61,7 @@ USAGE = f""" Usage: dotdrop install [-VbtfndDaWR] [-c ] [-p ] [-w ] [...] - dotdrop import [-Vbdfm] [-c ] [-p ] + dotdrop import [-Vbdfm] [-c ] [-p ] [-i ...] [--dkey=] [--transr=] [--transw=] [-l ] [-s ] ...