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
pyyaml introduced version before without .gitignore so it will generate .pyc file at runtime
Now pyyaml introduces .gitignore so you can hide these changes
I can see these files when using vscode maintenance.
The current PyYAML version that Dotbot uses seems to work fine, I don't think there's any reason to upgrade the dependency.
Plus, there seem to be issues with more recent releases, e.g. see the comments in hydrosquall/tiingo-python#124. The 4.1 release has been pulled (I think for bugs with Python 3.7 compatibility?), and there is no 4.2 release yet.
Also, you should be able to configure your editor to ignore pyc files (which should probably be ignored in a global gitignore anyways).
pyyaml library added
.gitignore
filesee https://github.com/yaml/pyyaml/blob/a27099bb68d5f045999d61f04476114292ce6ea5/.gitignore#L9-L10
The text was updated successfully, but these errors were encountered: