This repository was archived by the owner on Nov 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ def create_user():
4949
5050You can find the full documentation at [ Read the Docs] ( https://flask-utils.readthedocs.io/en/latest/ )
5151
52-
5352## Testing
5453
5554Install the requirements
7978- [ ] Move todo-list to GitHub issues
8079- [ ] Badges
8180- [ ] Automatic build/deployment (https://github.com/pypa/cibuildwheel )
81+ - [ ] [ cibuildwheel] ( https://github.com/pypa/cibuildwheel )
8282- [ ] https://github.com/PyCQA/flake8-bugbear
83+ - [ ] [ flake8-bugbear] ( https://github.com/PyCQA/flake8-bugbear )
8384- [ ] Versioning of docs in Read the Docs
8485- [ ] Refactor documentation to avoid full links in docs (have ` BadRequestError ` instead of ` flask_utils.errors.BadRequestError ` )
8586- [ ] Add usage examples to documentation in the Usage section
Original file line number Diff line number Diff line change 44class NotFoundError (_BaseFlaskException ):
55 """This is the NotFoundError exception class.
66
7- When raised, it will return 400 status code with the message and solution provided.
7+ When raised, it will return 404 status code with the message and solution provided.
88
99 :param msg: The message to be displayed in the error.
1010 :param solution: The solution to the error.
You can’t perform that action at this time.
0 commit comments