-
Notifications
You must be signed in to change notification settings - Fork 5
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
Config with pydantic #334
Closed
Closed
Config with pydantic #334
Commits on Feb 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f72339e - Browse repository at this point
Copy the full SHA f72339eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7337be3 - Browse repository at this point
Copy the full SHA 7337be3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81ad761 - Browse repository at this point
Copy the full SHA 81ad761View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb58985 - Browse repository at this point
Copy the full SHA eb58985View commit details
Commits on Feb 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f09f794 - Browse repository at this point
Copy the full SHA f09f794View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6157666 - Browse repository at this point
Copy the full SHA 6157666View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad838bd - Browse repository at this point
Copy the full SHA ad838bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ab9107 - Browse repository at this point
Copy the full SHA 9ab9107View commit details -
Configuration menu - View commit details
-
Copy full SHA for d957464 - Browse repository at this point
Copy the full SHA d957464View commit details -
Was getting ``` RuntimeError: The Poetry configuration is invalid: - [extras.pipfile_deprecated_finder.2] 'pip-shims<=0.3.4' does not match '^[a-zA-Z-_.0-9]+$' ```
Configuration menu - View commit details
-
Copy full SHA for ce3bf18 - Browse repository at this point
Copy the full SHA ce3bf18View commit details -
Use CFG.bla instead of CFG['bla']
Also * made . the default value for directories * renamed Config class to Configuration, as mypy was confused by nested Config.Config class * added filename to validation error * create dir before assigning to CFG field * docstrings for Configuration fields * dropped test in tests/parameter_sets/__init__.py, as it rewrote my config file
Configuration menu - View commit details
-
Copy full SHA for 8d5d7b4 - Browse repository at this point
Copy the full SHA 8d5d7b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c0081b - Browse repository at this point
Copy the full SHA 0c0081bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d61441 - Browse repository at this point
Copy the full SHA 1d61441View commit details -
Configuration menu - View commit details
-
Copy full SHA for df3466c - Browse repository at this point
Copy the full SHA df3466cView commit details
Commits on Mar 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2fad561 - Browse repository at this point
Copy the full SHA 2fad561View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5382cd4 - Browse repository at this point
Copy the full SHA 5382cd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcb5d74 - Browse repository at this point
Copy the full SHA bcb5d74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08bb34c - Browse repository at this point
Copy the full SHA 08bb34cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a7be33 - Browse repository at this point
Copy the full SHA 9a7be33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61bdbaf - Browse repository at this point
Copy the full SHA 61bdbafView commit details -
Add expand user for paths + forbid extra attribs
To sync config code with docs
Configuration menu - View commit details
-
Copy full SHA for 6abc991 - Browse repository at this point
Copy the full SHA 6abc991View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.