mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-07 13:23:29 +00:00
linting
This commit is contained in:
@@ -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 = '_'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user