From 40393fbafc2e80f7c3c657b3b9dc1739ea09d266 Mon Sep 17 00:00:00 2001 From: MateusStano <69485049+MateusStano@users.noreply.github.com> Date: Wed, 20 Sep 2023 17:29:17 -0300 Subject: [PATCH] Update .github/pull_request_template.md Co-authored-by: Pedro Henrique Marinho Bressan <87212571+phmbressan@users.noreply.github.com> --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index dd160d47a..1797011b0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,7 +9,7 @@ - [ ] Tests for the changes have been added (if needed) - [ ] Docs have been reviewed and added / updated -- [ ] Lint (`black rocketpy`) has passed locally +- [ ] Lint (`black rocketpy/ tests/`) has passed locally - [ ] All tests (`pytest --runslow`) have passed locally ## Current behavior