You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am in a fresh fork of patito in local dev, using a conda env.
THHs depends on pydantic v1 and I am looking to change to support v2, thus using bump-pydantic
(venv_patito)PS C:\Users\<user>\<wd>\patito> bump-pydantic src/patito
[10:38:16] Start bump-pydantic. main.py:61
Found 10 files to process main.py:76
[10:38:32] Run successfully! main.py:149
(venv_patito)PS C:\Users\<user>\<wd>\patito>
However, git doesn't track any changes and only generates an empty log.txt file. I've also been in src directory with the same outcome.
Shouldn't I get an error somewhere?
The text was updated successfully, but these errors were encountered:
OS: Wndows 11
IDE: Cursor
I am in a fresh fork of
patito
in local dev, using a conda env.THHs depends on pydantic v1 and I am looking to change to support v2, thus using
bump-pydantic
However, git doesn't track any changes and only generates an empty
log.txt
file. I've also been in src directory with the same outcome.Shouldn't I get an error somewhere?
The text was updated successfully, but these errors were encountered: