mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-18 10:46:31 +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:
.github
.pre-commit-config.yamlCONTRIBUTING.mdInvenTree
InvenTree
api.pyapi_version.pyapps.pyci_render_js.pyconfig.pyexceptions.pyfilters.pyformat.pyforms.pyhelpers.pyhelpers_model.pymetadata.pymiddleware.pymixins.pymodels.pyserializers.pysettings.pytasks.pytest_middleware.pytest_tasks.pytests.pyunit_test.pyurls.pyviews.py
management
commands
build
common
company
label
order
part
api.pybom.pyfilters.py
fixtures
migrations
models.pytasks.pytemplatetags
test_api.pytest_bom_item.pytest_category.pytest_migrations.pytest_part.pyviews.pyplugin
apps.pyserializers.py
base
action
barcodes
event
integration
locate
builtin
helpers.pyplugin.pyregistry.pysamples
integration
templatetags
test_api.pytest_plugin.pyreport
stock
templates
InvenTree
account
js
users
ci
contrib
docker-compose.ymldocker
docs
README.md
tasks.pydocs
@@ -1078,10 +1078,10 @@ class PartAPITest(PartAPITestBase):
|
||||
'export': 'csv',
|
||||
},
|
||||
expected_fn='InvenTree_Parts.csv',
|
||||
) as fo:
|
||||
) as file:
|
||||
|
||||
data = self.process_csv(
|
||||
fo,
|
||||
file,
|
||||
excluded_cols=excluded_cols,
|
||||
required_cols=required_cols,
|
||||
required_rows=Part.objects.count(),
|
||||
|
Reference in New Issue
Block a user