Skip to content

Commit

Permalink
👕 Lints
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftriplett committed Aug 9, 2024
1 parent a63acf0 commit efd3680
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
nox.options.default_venv_backend = "uv|venv"
nox.options.reuse_existing_virtualenvs = True


@nox.session(python=PYTHON_VERSIONS, tags=["django"], venv_backend="uv")
@nox.parametrize("django", DJANGO_VERSIONS)
def tests(session: nox.Session, django: str) -> None:
Expand Down
1 change: 0 additions & 1 deletion test_project/test_project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,3 @@
REST_FRAMEWORK = {
'TEST_REQUEST_DEFAULT_FORMAT': 'json',
}

0 comments on commit efd3680

Please sign in to comment.