Skip to content

Commit

Permalink
lint codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed Nov 3, 2023
1 parent f95a6ac commit 2527e04
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Authors

- Josh Thomas <[email protected]>

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# django-simple-nav
# django-simple-nav
1 change: 0 additions & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,3 @@ When it comes time to cut a new release, follow these steps:
We try our best to adhere to [Semantic Versioning](https://semver.org/), but we do not promise to follow it perfectly (and let's be honest, this is the case with a lot of projects using SemVer).

In general, use your best judgement when choosing the next version number. If you are unsure, you can always ask for a second opinion from another contributor.

2 changes: 1 addition & 1 deletion tests/test_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ def test_default_settings():
def test_app_settings():
# temporary until app actually has settings
with pytest.raises(AttributeError):
app_settings.FOO
app_settings.FOO # noqa: B018
2 changes: 2 additions & 0 deletions tests/test_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from simple_nav import __version__


Expand Down

0 comments on commit 2527e04

Please sign in to comment.