Skip to content
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 omnivores cookbook #647

Merged
merged 2 commits into from Oct 19, 2022
Merged

Conversation

wengtad
Copy link
Contributor

@wengtad wengtad commented Oct 17, 2022

Added one of the website on #489 .

Facing an issue during committing the code to git causing by flake8.

git -c user.useConfigOnly=true commit --quiet --allow-empty-message --file - 
check yaml...........................................(no files to check)Skipped
fix end of files.........................................................Passed
trim trailing whitespace.................................................Passed
flake8...................................................................Failed
- hook id: flake8
- exit code: 1

tests/test_omnivorescookbook.py:64:13: FS003 f-string missing prefix

isort....................................................................Passed
black....................................................................Passed

The code on the test_omnivorescookbook.py:64 is the recipe description shown as below:

A super quick and easy stir fried bok choy with tofu puffs that only uses five ingredients and takes 15 minutes to prep and cook. The crisp bok choy is lightly caramelized and combined with tender tofu in a savory and slightly sweet sauce. It is surprisingly satisfying to eat as a side dish, and sometimes I serve it as a light main dish for lunch over steamed rice. {Vegan, Gluten-Free Adaptable}To make the dish gluten-free, use tamari to replace light soy sauce.

To temporary make it success to commit to git, I had change the .flake8 file. Will need help on this part.

tests/test_omnivorescookbook.py Outdated Show resolved Hide resolved
@jayaddison jayaddison merged commit cc913ac into hhursev:main Oct 19, 2022
@jayaddison jayaddison added the hacktoberfest-accepted Hactoberfest 2022 label Oct 19, 2022
@wengtad wengtad deleted the add-omnivorescookbook branch October 23, 2022 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Hactoberfest 2022
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants