-
This config:
```yaml
/src # cat .pre-commit-config.yaml
repos:
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
rev: 0.2.3
hooks:
- id: yamlfmt
args: …
-
# Bug Report
``drf_yasg`` is using functions that have been deprecated in ruamel.yaml 0.17.0, released 2021-03-26:
> the old top level *functions* `load`, `safe_load`, `round_trip_load`, `dump`,…
-
I'm getting this error when I try to run tljh-config:
tljh-config show
Traceback (most recent call last):
File "/opt/tljh/hub/lib/python3.6/site-packages/pkg_resources/__init__.py", line 5…
-
When i try to train the model using train_init.py, i got the below error. Could you please help with this problem. ?
Traceback (most recent call last):
File "train_init.py", line 17, in
ag…
-
In GitLab by @mandresm on Jul 11, 2024, 17:24
## Summary
As mentioned in previous meetings I want to propose that the `conf/metadata/experiment_data.yml` contains information about the provenance of…
-
I have tried to create a workflow and a top level workflow to version 4.2.1. I am always returning an alert of
Error 403: operation not allowed
I have tried on both a blank install and also an …
-
Since #4 was fixed pip3 wheel installations goes further but fails with some python compilation error building ruamel.yaml.clib
There's a line in log which I thought suggested "wheel package" could h…
-
sw_vers
ProductName: macOS
ProductVersion: 14.2
BuildVersion: 23C5030f
Python 3.11.3 (v3.11.3:f3909b8bc8, Apr 4 2023, 20:12:10) [Clang 13.0.0 (clang-1300.0.29.30)] on darwin
plist-yaml-plis…
-
In pydantic you can use the Field function to attach a description to the model properties, and I wonder if there is a way that pydantic-yaml could save that description as a comment?
-
Now that the default YAML library is `ruamel.yaml`, and its notable feature is round trip comment preservation, my expectation is that this should work:
```python
In [1]: from box import Box …