blask
blask copied to clipboard
Blog Engine based on Flask
Improvements on styling. * Replace camelCase with snake_case * Add type for input paramenters * Add return type for each function * Move `BlogEntry` class to its own file
* 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. ```...
Pytest and `python_dotenv` was set as dependencies for development but not being declared at Pipenv file. Also fix `Pipenv.lock` file with new version of current modules used by Blask.
There should be some rules for commiting (example, conventional commits) along with coding style. I remember we say something about using Black, but is not implemented yet. Also since Python...
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.5 to 2.17.0. Commits 2e78c41 Proper release date and summary for 2.17.0 ee2e635 Bump pylint to 2.17.0, update changelog (#8395) ca25497 Add regression test for #5288 (#8385)...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.2.2. Release notes Sourced from pytest's releases. 7.2.2 pytest 7.2.2 (2023-03-03) Bug Fixes #10533: Fixed pytest.approx{.interpreted-text role="func"} handling of dictionaries containing one or more values...
Bumps [cryptography](https://github.com/pyca/cryptography) from 35.0.0 to 39.0.2. Changelog Sourced from cryptography's changelog. 39.0.2 - 2023-03-02 * Fixed a bug where the content type header was not properly encoded for PKCS7 signatures...
Bumps [flask](https://github.com/pallets/flask) from 2.1.1 to 2.2.3. Release notes Sourced from flask's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/flask/milestone/26?closed=1 2.2.2 This is...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.1 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains...
Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.4 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...