-
Notifications
You must be signed in to change notification settings - Fork 14
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
fix: ci test #19
fix: ci test #19
Conversation
Co-authored-by: Timothée Mazzucotelli <pawamoy@pm.me>
note that python3.6 will get security update until this month |
Co-authored-by: Timothée Mazzucotelli <pawamoy@pm.me>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, good to go! Thank you very much!
actually there is yaml formatter hook for pre commit https://github.com/macisamuele/language-formatters-pre-commit-hooks https://github.com/jumanjihouse/pre-commit-hook-yamlfmt one of those could be used to format yaml. of course some yaml file like this could also apply to toml files |
You can open a PR if you want. Let see what the community thinks. |
based on this stackoverflow answer 1 which point to this issue 2
earlier version of black can be used but imo it is better to use latest version
e: due to black upgrade, python version requirement have to be changed
now there is another error with mkdoc yaml config
e2: error on mkdocs yaml config can't be solved on windows on python version 3.6 and 3.7. see 3
e3: change on mkdocs config is based on example here 4
Footnotes
https://stackoverflow.com/a/69913764/1766261 ↩
https://github.com/python/typed_ast/issues/169#issuecomment-964360487 ↩
https://github.com/copier-org/copier/pull/224#issuecomment-668723977 ↩
https://www.mkdocs.org/user-guide/configuration/#markdown_extensions ↩