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

chore(style): Black style fixes #351

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

JuanjoSalvador
Copy link
Contributor

@JuanjoSalvador JuanjoSalvador commented Oct 8, 2023

  • Style check and corrections according to Black guidelines, improve.
  • Fix linting issues found.

Remain issue needs a huge refactor on some functions and tests. Work in progress.

➜  zerasul-blask git:(fix/black-style) ✗ pipenv run linter
************* Module blask.blogrenderer
blask/blogrenderer.py:76:12: W0707: Consider explicitly re-raising using 'except NotFound as exc' and 'raise page_not_exist_exception from exc' (raise-missing-from)
blask/blogrenderer.py:86:12: W0707: Consider explicitly re-raising using 'except FileNotFoundError as exc' and 'raise page_not_exist_exception from exc' (raise-missing-from)

------------------------------------------------------------------
Your code has been rated at 9.93/10 (previous run: 9.40/10, +0.53)

Style check and corrections according to Black guidelines, improve. Fix linting issues found.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant