Skip to content

Commit b03b315

Browse files
Update PR template to reflect Ruff code compliance (#14507)
1 parent 5dc55a3 commit b03b315

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This checklist is for your information.
2525
- [ ] Features/Changes should be submitted against the `dev`.
2626
- [ ] Bugfixes should be submitted against the `bugfix` branch.
2727
- [ ] Give a meaningful name to your PR, as it may end up being used in the release notes.
28-
- [ ] Your code is flake8 compliant.
28+
- [ ] Your code is Ruff compliant (see [ruff.toml](../ruff.toml)).
2929
- [ ] Your code is python 3.13 compliant.
3030
- [ ] If this is a new feature and not a bug fix, you've included the proper documentation in the docs at https://github.com/DefectDojo/django-DefectDojo/tree/dev/docs as part of this PR.
3131
- [ ] Model changes must include the necessary migrations in the dojo/db_migrations folder.

0 commit comments

Comments
 (0)