Skip to content

Commit c8d7c0a

Browse files
format
1 parent d4b4e07 commit c8d7c0a

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

noxconfig.py

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,15 @@ def prepare_release_add_files(self, session, config):
3838
return self.template_workflows + self.actions
3939

4040

41-
#BaseConfig
42-
# Includes validation of the Exasol/Python version format and max/min Python version.
43-
# Use
44-
# Project_Config = BaseConfig()
45-
# modify
46-
# Project_Config = BaseConfig(python_versions=["3.12"])
47-
# expand (Do not overwrite the attributes of BaseConfig)
48-
# class ProjectConfig(BaseConfig):
49-
# extra_data: list[str] = ["data"]
50-
41+
# BaseConfig
42+
# - Includes validation of the Exasol/Python version format and max/min Python version.
43+
# - Use
44+
# Project_Config = BaseConfig()
45+
# - modify
46+
# Project_Config = BaseConfig(python_versions=["3.12"])
47+
# - expand (Do not overwrite the attributes of BaseConfig)
48+
# class ProjectConfig(BaseConfig):
49+
# extra_data: list[str] = ["data"]
5150

5251

5352
class Config(BaseConfig):

0 commit comments

Comments
 (0)