2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-11 15:34:15 +00:00

Fix common spelling mistakes (#4956)

* add codespell

* first fixes

* doc fixes

* fix docstrings and comments

* functional changes

* docstrings again

* and docs again

* rename args

* add ignore

* use pre-commit for filtering instead

* ups

* fix typo in filter
This commit is contained in:
Matthias Mair
2023-06-03 16:04:52 +02:00
committed by GitHub
parent 5e2bfaa43a
commit 21ed4b2081
161 changed files with 344 additions and 334 deletions

View File

@ -20,7 +20,7 @@ class TestInvenTreeBarcode(InvenTreeAPITestCase):
]
def test_assign_errors(self):
"""Test error cases for assigment action."""
"""Test error cases for assignment action."""
def test_assert_error(barcode_data):
response = self.post(
@ -44,7 +44,7 @@ class TestInvenTreeBarcode(InvenTreeAPITestCase):
test_assert_error('{"part": 10004}')
def assign(self, data, expected_code=None):
"""Peform a 'barcode assign' request"""
"""Perform a 'barcode assign' request"""
return self.post(
reverse('api-barcode-link'),

View File

@ -32,7 +32,7 @@ class InvenTreeCoreNotificationsPlugin(SettingsContentMixin, SettingsMixin, Inve
NAME = "InvenTreeCoreNotificationsPlugin"
TITLE = _("InvenTree Notifications")
AUTHOR = _('InvenTree contributors')
DESCRIPTION = _('Integrated outgoing notificaton methods')
DESCRIPTION = _('Integrated outgoing notification methods')
VERSION = "1.0.0"
SETTINGS = {