mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 17:41:08 +00:00
Type fix
This commit is contained in:
parent
2e675474a9
commit
dc54f28e17
1 changed files with 1 additions and 1 deletions
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
|
@ -56,7 +56,7 @@ Our documentation is maintained in a separate repository at https://github.com/b
|
||||||
- [ ] I intend to create a matching pull request in the Documentation repository after this PR is merged
|
- [ ] I intend to create a matching pull request in the Documentation repository after this PR is merged
|
||||||
|
|
||||||
<!-- Amazing! Thanks for filling that out. Your PR will need to have passing tests and happy linters before we can merge
|
<!-- Amazing! Thanks for filling that out. Your PR will need to have passing tests and happy linters before we can merge
|
||||||
You will need to check your code with ck`, `pylint`, and `mypy`, or `./bw-dev formatters`
|
You will need to check your code with `black`, `pylint`, and `mypy`, or `./bw-dev formatters`
|
||||||
-->
|
-->
|
||||||
|
|
||||||
### Tests
|
### Tests
|
||||||
|
|
Loading…
Reference in a new issue