Skip to content

Commit d4b5f24

Browse files
update cookiecutter-template
1 parent 393f2c4 commit d4b5f24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project-template/{{cookiecutter.repo_name}}/noxconfig.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
from dataclasses import dataclass
44
from pathlib import Path
55
from typing import Iterable
6+
from exasol.toolbox.BaseConfig import BaseConfig
67

78

8-
class Config():
9+
class Config(BaseConfig):
910
root: Path = Path(__file__).parent
1011
doc: Path = Path(__file__).parent / "doc"
1112
source: Path = Path("exasol/{{cookiecutter.package_name}}")

0 commit comments

Comments
 (0)