-
Notifications
You must be signed in to change notification settings - Fork 38
copy over .github from pdfmorph #129
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
Conversation
|
@sbillinge sorry, meant to message earlier. Here's the PR with the .github directory. |
sbillinge
left a comment
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.
please see inline comments
.github/workflows/main.yml
Outdated
| - name: check out diffpy.pdfmorph | ||
| uses: actions/checkout@v3 | ||
| with: | ||
| repository: diffpy/diffpy.pdfmorph |
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.
please make sure the read and try and understand what these are doing....you may guess that this won't work in the new repo after just copying it over....
|
@sbillinge whoops... just did this briefly without checking. Should be good now. I'll get working on the |
|
super, thanks for this! I recommend to get in the mode of, as much as possible, trying to understand what everything is doing as you are doing it, This is a great way to learn. You don't have to understand everything as it slows things down too much, but there is a concept of "code monkey" which is someone who just copy-pastes code without even trying to understand why and how it works, but this person will progress much more slowly..... I am not saying you are a code monkey,I'm just giving you permission to take initiative... |
Will do! I usually try my best to understand things before I make/push edits but sometimes it slips through the cracks 😂 . I've merged (locally) all the flake8 branches and this workflow branch into one scrap branch to run pre-commit and everything is passing except Also, I will look at the bare |
|
Fantastic!!! flake8 has a hard time with jinja templates. Is it failing on a line that looks like |
|
I will be on trains today, so not sure how well, if at all, the internet will work, but if you can start making those PRs of the flake8ing I can try and start merging them. Nice idea to make a big branch to see if you can ge them all to pass! |
Yeah that is where I'm getting the error. I'll do all the comparison tomorrow and ask the group if I need help. I have 4 PRs open related to flake8 errors right now so I think those are ready for review when you get the chance! |
No description provided.