Skip to content

Commit

Permalink
harmonize PR template with pre-commit hooks order
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Jul 23, 2020
1 parent 7f2fbfb commit 582adfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ detail. Why is this change required? What problem does it solve?-->

<!-- Note that some of these check boxes may not apply to all pull requests -->

- [ ] pass `flake8 yt/`
- [ ] pass `isort . --check --diff`
- [ ] pass `black --check yt/`
- [ ] pass `isort . --check --diff`
- [ ] pass `flake8 yt/`
- [ ] New features are documented, with docstrings and narrative docs
- [ ] Adds a test for any bugs fixed. Adds tests for new features.

Expand Down

0 comments on commit 582adfe

Please sign in to comment.