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:
@ -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'),
|
||||
|
@ -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 = {
|
||||
|
Reference in New Issue
Block a user