-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat: add retries to grammar #145
Conversation
feat: add template_engine keyword in order to support Snakemake 7
chore: release 0.6.0
Thanks @maarten-k. Can you please also push the updated |
Codecov Report
@@ Coverage Diff @@
## master #145 +/- ##
=======================================
Coverage 98.20% 98.20%
=======================================
Files 12 12
Lines 949 949
Branches 211 211
=======================================
Hits 932 932
Misses 10 10
Partials 7 7
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@maarten-k, if it's okay with you, I might move this over to #136 as I don't want to mess with the commits from dev I've already pulled in on that PR |
That is perfect. |
snakemake 7.7 introduces the retries keyword. This pull request makes snakefmt also recognise this keyword.