mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-03-22 16:45:08 +00:00
linting
This commit is contained in:
@@ -8,8 +8,8 @@ handle higher level of the config file
|
|||||||
import os
|
import os
|
||||||
import shlex
|
import shlex
|
||||||
import platform
|
import platform
|
||||||
import distro
|
|
||||||
import re
|
import re
|
||||||
|
import distro
|
||||||
|
|
||||||
|
|
||||||
# local imports
|
# local imports
|
||||||
@@ -25,7 +25,7 @@ from dotdrop.exceptions import UndefinedException, YamlException, \
|
|||||||
|
|
||||||
|
|
||||||
TILD = '~'
|
TILD = '~'
|
||||||
YAML_OK = '[^0-9a-zA-Z.\-_]+'
|
YAML_OK = r'[^0-9a-zA-Z.\-_]+'
|
||||||
YAML_REPL = '_'
|
YAML_REPL = '_'
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ USAGE = f"""
|
|||||||
Usage:
|
Usage:
|
||||||
dotdrop install [-VbtfndDaWR] [-c <path>] [-p <profile>]
|
dotdrop install [-VbtfndDaWR] [-c <path>] [-p <profile>]
|
||||||
[-w <nb>] [<key>...]
|
[-w <nb>] [<key>...]
|
||||||
dotdrop import [-Vbdfm] [-c <path>] [-p <profile>]
|
dotdrop import [-Vbdfm] [-c <path>] [-p <profile>]
|
||||||
[-i <pattern>...] [--dkey=<key>]
|
[-i <pattern>...] [--dkey=<key>]
|
||||||
[--transr=<key>] [--transw=<key>]
|
[--transr=<key>] [--transw=<key>]
|
||||||
[-l <link>] [-s <path>] <path>...
|
[-l <link>] [-s <path>] <path>...
|
||||||
|
|||||||
Reference in New Issue
Block a user