mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Fixed D204
This commit is contained in:
parent
42a3b06c46
commit
deb9882bf4
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ from slpkg.toml_errors import TomlErrors
|
|||
@dataclass
|
||||
class Configs: # pylint: disable=[R0902]
|
||||
"""Default configurations."""
|
||||
|
||||
toml_errors = TomlErrors()
|
||||
|
||||
prog_name: str = 'slpkg'
|
||||
|
|
Loading…
Reference in a new issue