Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use dataclass for the configuration arguments #2351

Closed
svartkanin opened this issue Jan 28, 2024 · 1 comment
Closed

Use dataclass for the configuration arguments #2351

svartkanin opened this issue Jan 28, 2024 · 1 comment

Comments

@svartkanin
Copy link
Collaborator

Currently all configuration is stored in a dictionary object which is not type safe and it also makes it difficult to change the output to something more human readable. A better way is to use a dedicated dataclass for it.

@svartkanin svartkanin changed the title Use dataclasses for the configuration arguments Use dataclass for the configuration arguments Jan 28, 2024
@svartkanin
Copy link
Collaborator Author

#3167 fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant