File tree 2 files changed +11
-10
lines changed
2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ A possible solution could be...
20
20
## Steps to reproduce (for bugs)
21
21
<!-- You can delete this section if you are not submitting a bug report -->
22
22
23
- 1 . & nbsp ;
24
- 2 . & nbsp ;
25
- 3 . & nbsp ;
23
+ 1 .
24
+ 2 .
25
+ 3 .
26
26
27
27
### Python version
28
28
<!-- Indicate your python version here -->
Original file line number Diff line number Diff line change @@ -20,10 +20,11 @@ PR fixes the following issue:
20
20
21
21
# Checklist:
22
22
23
- - [ ] My code follows the style guidelines of this project;
24
- - [ ] I have performed a self-review of my code;
25
- - [ ] I have commented my code, particularly in hard-to-understand areas;
26
- - [ ] I have made corresponding changes to the documentation;
27
- - [ ] My changes generate no new warnings;
28
- - [ ] Mypy returns no errors or warnings when run on the root package;
29
- - [ ] Pylint returns a score of 10.00/10.00 when run on the root package;
23
+ - [ ] I've done a self-review of my code;
24
+ - [ ] I've made corresponding changes to the documentation;
25
+ - [ ] I've made sure my changes generate no warnings;
26
+ - [ ] mypy returns no errors when run on the root package;
27
+ <!-- If you use pre-commit hooks you can always check the following tasks -->
28
+ - [ ] I've run black to format my code;
29
+ - [ ] I've run isort to format my code's import statements;
30
+ - [ ] flake8 reports no errors when run on the entire code base;
You can’t perform that action at this time.
0 commit comments