File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,9 @@ Please include a summary of the changes.
4
4
Relates to <issue >
5
5
6
6
# Checklist
7
- - [ ] My code follows the [ PEP 8 style guidelines] ( https://www.python.org/dev/peps/pep-0008/ ) .
8
7
- [ ] My code uses type hinting for function and method arguments and return values.
9
- - [ ] My code contains descriptive and helpful docstrings
10
- which are formatted per the [ Google Python Style Guidelines] ( http://google.github.io/styleguide/pyguide.html ) .
11
- - [ ] I have created tests which entirely cover my code.
8
+ - [ ] I have created tests which cover my code.
12
9
- [ ] The test code either 1. demonstrates at least one valuable use case (e.g. integration tests)
13
10
or 2. verifies that outputs are as expected for given inputs (e.g. unit tests).
14
- - [ ] New and existing tests pass locally with my changes.
11
+ - [ ] New tests pass locally with my changes.
15
12
You can’t perform that action at this time.
0 commit comments