diff --git a/AUTHORS.md b/AUTHORS.md index a2b1864..1ed687c 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1,4 +1,3 @@ # Authors - Josh Thomas - diff --git a/README.md b/README.md index 11cf510..26b00bf 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# django-simple-nav \ No newline at end of file +# django-simple-nav diff --git a/RELEASING.md b/RELEASING.md index f458146..141bd9a 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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. - diff --git a/tests/test_conf.py b/tests/test_conf.py index 385b3bf..8c79317 100644 --- a/tests/test_conf.py +++ b/tests/test_conf.py @@ -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 diff --git a/tests/test_version.py b/tests/test_version.py index d321ae6..1d9a0d7 100644 --- a/tests/test_version.py +++ b/tests/test_version.py @@ -1,3 +1,5 @@ +from __future__ import annotations + from simple_nav import __version__