From 841ffdc98a9edf2914dd49a019a4540e2a6a0071 Mon Sep 17 00:00:00 2001 From: "street-side-software-automation[bot]" <74785433+street-side-software-automation[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 14:42:40 +0200 Subject: [PATCH] fix: Workflow Bot -- Update Dictionaries (main) (#4607) --- .../RustPython/RustPython/report.yaml | 5 +- .../RustPython/RustPython/snapshot.txt | 3 +- .../TheAlgorithms/Python/report.yaml | 16 ++--- .../TheAlgorithms/Python/snapshot.txt | 16 ++--- .../snapshots/django/django/report.yaml | 64 +++++-------------- .../snapshots/django/django/snapshot.txt | 58 ++++------------- packages/cspell-bundled-dicts/package.json | 4 +- pnpm-lock.yaml | 22 +++---- 8 files changed, 57 insertions(+), 131 deletions(-) diff --git a/integration-tests/snapshots/RustPython/RustPython/report.yaml b/integration-tests/snapshots/RustPython/RustPython/report.yaml index 275f44860fe..e1508c2ba0b 100644 --- a/integration-tests/snapshots/RustPython/RustPython/report.yaml +++ b/integration-tests/snapshots/RustPython/RustPython/report.yaml @@ -4,8 +4,8 @@ Url: https://github.com/RustPython/RustPython.git Args: '["**"]' Summary: files: 597 - filesWithIssues: 304 - issues: 2688 + filesWithIssues: 305 + issues: 2689 errors: 0 Errors: [] @@ -80,6 +80,7 @@ issues: - "extra_tests/jsontests.py:3:38 findtests U libregrtest.runtest import findtests" - "extra_tests/jsontests.py:7:1 testnames U testnames = findtests()" - "extra_tests/jsontests.py:27:1 resultsfile U resultsfile = os.path.join(os.path" + - "extra_tests/snippets/3.1.2.18.py:3:9 Jython U assert \"Jython\" == \"J\" + word[1:]" - "extra_tests/snippets/builtin_all.py:1:6 testutils U from testutils import assert_raises" - "extra_tests/snippets/builtin_bool.py:33:7 Falsey U class Falsey:" - "extra_tests/snippets/builtin_bytearray.py:17:33 jilj U bytearray(\"bla\", encoding=b\"jilj\")" diff --git a/integration-tests/snapshots/RustPython/RustPython/snapshot.txt b/integration-tests/snapshots/RustPython/RustPython/snapshot.txt index 96f60f09569..8b5cb77410d 100644 --- a/integration-tests/snapshots/RustPython/RustPython/snapshot.txt +++ b/integration-tests/snapshots/RustPython/RustPython/snapshot.txt @@ -3,7 +3,7 @@ Repository: RustPython/RustPython Url: "https://github.com/RustPython/RustPython.git" Args: ["**"] Lines: - CSpell: Files checked: 597, Issues found: 2688 in 304 files + CSpell: Files checked: 597, Issues found: 2689 in 305 files exit code: 1 ./Cargo.toml:111:82 - Unknown word (termcolor) -- features = ["atty", "termcolor"] } ./Cargo.toml:154:62 - Unknown word (redoxer) -- to compile/check with redoxer @@ -88,6 +88,7 @@ Lines: ./extra_tests/jsontests.py:3:11 - Unknown word (libregrtest) -- from test.libregrtest.runtest import findtests ./extra_tests/jsontests.py:3:38 - Unknown word (findtests) -- libregrtest.runtest import findtests ./extra_tests/jsontests.py:7:1 - Unknown word (testnames) -- testnames = findtests() +./extra_tests/snippets/3.1.2.18.py:3:9 - Unknown word (Jython) -- assert "Jython" == "J" + word[1:] ./extra_tests/snippets/builtin_all.py:1:6 - Unknown word (testutils) -- from testutils import assert_raises ./extra_tests/snippets/builtin_bool.py:33:7 - Unknown word (Falsey) -- class Falsey: ./extra_tests/snippets/builtin_bytearray.py:100:30 - Unknown word (efghij) -- -6:] == bytearray(b"efghij") diff --git a/integration-tests/snapshots/TheAlgorithms/Python/report.yaml b/integration-tests/snapshots/TheAlgorithms/Python/report.yaml index fa34b795b95..1cd6442b3e3 100644 --- a/integration-tests/snapshots/TheAlgorithms/Python/report.yaml +++ b/integration-tests/snapshots/TheAlgorithms/Python/report.yaml @@ -5,7 +5,7 @@ Args: '["**/*.{md,py}"]' Summary: files: 1221 filesWithIssues: 463 - issues: 3170 + issues: 3162 errors: 0 Errors: [] @@ -300,13 +300,11 @@ issues: - "compression/peak_signal_to_noise_ratio.py:28:20 imread U original = cv2.imread(os.path.join(dir_path" - "compression/run_length_encoding.py:7:28 AAAABBBCCDAA U run_length_encode(\"AAAABBBCCDAA\")" - "compression/run_length_encoding.py:13:28 AAADDDDDDFFFCCCAAVVVV U run_length_encode(\"AAADDDDDDFFFCCCAAVVVV\")" - - "computer_vision/cnn_classification.py:2:1 Convolutional U Convolutional Neural Network" - - "computer_vision/cnn_classification.py:17:22 iamges U . The labels of the iamges will be extracted from" - - "computer_vision/cnn_classification.py:26:17 Keras U # Importing the Keras libraries and packages" - - "computer_vision/cnn_classification.py:28:17 keras U from tensorflow.keras import layers, models" - - "computer_vision/cnn_classification.py:31:7 Initialising U # Initialising the CNN" - - "computer_vision/cnn_classification.py:39:72 relu U 64, 3), activation=\"relu\")" - - "computer_vision/cnn_classification.py:45:23 convolutional U # Adding a second convolutional layer" + - "computer_vision/cnn_classification.py:17:22 iamges U . The labels of the iamges will be extracted from" + - "computer_vision/cnn_classification.py:26:17 Keras U # Importing the Keras libraries and packages" + - "computer_vision/cnn_classification.py:28:17 keras U from tensorflow.keras import layers, models" + - "computer_vision/cnn_classification.py:31:7 Initialising U # Initialising the CNN" + - "computer_vision/cnn_classification.py:39:72 relu U 64, 3), activation=\"relu\")" - "computer_vision/flip_augmentation.py:26:16 annos U img_paths, annos = get_dataset(LABEL" - "computer_vision/flip_augmentation.py:35:13 imwrite U cv2.imwrite(f\"/{file_root}.jpg\"" - "computer_vision/flip_augmentation.py:35:54 IMWRITE U root}.jpg\", image, [cv2.IMWRITE_JPEG_QUALITY, 85])" @@ -883,11 +881,9 @@ issues: - "neural_network/convolution_neural_network.py:227:35 conved U data_focus1, data_conved1 = self.convolute(" - "neural_network/convolution_neural_network.py:297:13 yplot U yplot = [error_accuracy for" - "neural_network/convolution_neural_network.py:305:43 Complished U -----------Training Complished--------------------" - - "neural_network/input_data.py:15:42 MNIST U downloading and reading MNIST data (deprecated)." - "neural_network/input_data.py:28:40 gfile U python.platform import gfile" - "neural_network/input_data.py:33:3 CVDF U # CVDF mirror of http://yann" - "neural_network/input_data.py:95:26 bystream U ValueError: If the bystream doesn't start with" - - "neural_network/input_data.py:120:51 mnist U alternatives such as official/mnist/_DataSet.py\"" - "neural_network/input_data.py:142:29 inages U fake_data: Ignore inages and labels, use fake" - "other/davisb_putnamb_logemannb_loveland.py:4:33 DPLL U Putnam–Logemann–Loveland (DPLL) algorithm is a complete" - "other/davisb_putnamb_logemannb_loveland.py:5:35 satisfiability U algorithm for deciding the satisfiability of propositional logic" diff --git a/integration-tests/snapshots/TheAlgorithms/Python/snapshot.txt b/integration-tests/snapshots/TheAlgorithms/Python/snapshot.txt index 3bbb8744661..ecc3add82d1 100644 --- a/integration-tests/snapshots/TheAlgorithms/Python/snapshot.txt +++ b/integration-tests/snapshots/TheAlgorithms/Python/snapshot.txt @@ -3,7 +3,7 @@ Repository: TheAlgorithms/Python Url: "https://github.com/TheAlgorithms/Python.git" Args: ["**/*.{md,py}"] Lines: - CSpell: Files checked: 1221, Issues found: 3170 in 463 files + CSpell: Files checked: 1221, Issues found: 3162 in 463 files exit code: 1 ./CONTRIBUTING.md:136:33 - Unknown word (pytest) -- doctests will be run by pytest as part of our automated ./CONTRIBUTING.md:139:14 - Unknown word (doctest) -- python3 -m doctest -v my_submission.py @@ -418,13 +418,11 @@ Lines: ./compression/peak_signal_to_noise_ratio.py:2:30 - Unknown word (PSNR) -- signal-to-noise ratio - PSNR ./compression/run_length_encoding.py:13:28 - Unknown word (AAADDDDDDFFFCCCAAVVVV) -- run_length_encode("AAADDDDDDFFFCCCAAVVVV") ./compression/run_length_encoding.py:7:28 - Unknown word (AAAABBBCCDAA) -- run_length_encode("AAAABBBCCDAA") -./computer_vision/cnn_classification.py:17:22 - Unknown word (iamges) -- . The labels of the iamges will be extracted from -./computer_vision/cnn_classification.py:26:17 - Unknown word (Keras) -- # Importing the Keras libraries and packages -./computer_vision/cnn_classification.py:28:17 - Unknown word (keras) -- from tensorflow.keras import layers, models -./computer_vision/cnn_classification.py:2:1 - Unknown word (Convolutional) -- Convolutional Neural Network -./computer_vision/cnn_classification.py:31:7 - Unknown word (Initialising) -- # Initialising the CNN -./computer_vision/cnn_classification.py:39:72 - Unknown word (relu) -- 64, 3), activation="relu") -./computer_vision/cnn_classification.py:45:23 - Unknown word (convolutional) -- # Adding a second convolutional layer +./computer_vision/cnn_classification.py:17:22 - Unknown word (iamges) -- . The labels of the iamges will be extracted from +./computer_vision/cnn_classification.py:26:17 - Unknown word (Keras) -- # Importing the Keras libraries and packages +./computer_vision/cnn_classification.py:28:17 - Unknown word (keras) -- from tensorflow.keras import layers, models +./computer_vision/cnn_classification.py:31:7 - Unknown word (Initialising) -- # Initialising the CNN +./computer_vision/cnn_classification.py:39:72 - Unknown word (relu) -- 64, 3), activation="relu") ./computer_vision/flip_augmentation.py:26:16 - Unknown word (annos) -- img_paths, annos = get_dataset(LABEL ./computer_vision/flip_augmentation.py:35:13 - Unknown word (imwrite) -- cv2.imwrite(f"/{file_root}.jpg" ./computer_vision/flip_augmentation.py:35:54 - Unknown word (IMWRITE) -- root}.jpg", image, [cv2.IMWRITE_JPEG_QUALITY, 85]) @@ -878,9 +876,7 @@ Lines: ./neural_network/convolution_neural_network.py:297:13 - Unknown word (yplot) -- yplot = [error_accuracy for ./neural_network/convolution_neural_network.py:305:43 - Unknown word (Complished) -- -----------Training Complished-------------------- ./neural_network/convolution_neural_network.py:42:19 - Unknown word (thre) -- self.rate_thre = rate_t -./neural_network/input_data.py:120:51 - Unknown word (mnist) -- alternatives such as official/mnist/_DataSet.py" ./neural_network/input_data.py:142:29 - Unknown word (inages) -- fake_data: Ignore inages and labels, use fake -./neural_network/input_data.py:15:42 - Unknown word (MNIST) -- downloading and reading MNIST data (deprecated). ./neural_network/input_data.py:28:40 - Unknown word (gfile) -- python.platform import gfile ./neural_network/input_data.py:33:3 - Unknown word (CVDF) -- # CVDF mirror of http://yann ./neural_network/input_data.py:95:26 - Unknown word (bystream) -- ValueError: If the bystream doesn't start with diff --git a/integration-tests/snapshots/django/django/report.yaml b/integration-tests/snapshots/django/django/report.yaml index de730a4fa0c..d801f046b72 100644 --- a/integration-tests/snapshots/django/django/report.yaml +++ b/integration-tests/snapshots/django/django/report.yaml @@ -4,8 +4,8 @@ Url: https://github.com/django/django.git Args: '["**/*.{md,py}"]' Summary: files: 2756 - filesWithIssues: 928 - issues: 8434 + filesWithIssues: 925 + issues: 8126 errors: 0 Errors: [] @@ -128,6 +128,7 @@ issues: - "django/contrib/admin/apps.py:21:51 autodiscovery U for admin which does autodiscovery.\"\"\"" - "django/contrib/admin/checks.py:18:22 classinfo U def _issubclass(cls, classinfo):" - "django/contrib/admin/helpers.py:18:32 flatatt U django.forms.utils import flatatt" + - "django/contrib/admin/options.py:6:35 urlquote U parse import quote as urlquote" - "django/contrib/admin/options.py:216:13 klass U for klass in db_field.__class" - "django/contrib/admin/options.py:755:14 urlify U \"urlify.js\"," - "django/contrib/admin/options.py:756:14 prepopulate U \"prepopulate.js\"," @@ -151,12 +152,9 @@ issues: - "django/contrib/auth/__init__.py:97:11 aauthenticate U async def aauthenticate(request=None, **credentials" - "django/contrib/auth/__init__.py:155:11 alogin U async def alogin(request, user, backend" - "django/contrib/auth/__init__.py:178:11 alogout U async def alogout(request):" - - "django/contrib/auth/__init__.py:244:11 aget U async def aget_user(request):" - - "django/contrib/auth/__init__.py:270:11 aupdate U async def aupdate_session_auth_hash(request" - "django/contrib/auth/base_user.py:11:5 acheck U acheck_password," - "django/contrib/auth/base_user.py:40:24 abcdefghjkmnpqrstuvwxyz U allowed_chars=\"abcdefghjkmnpqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ" - "django/contrib/auth/base_user.py:40:47 ABCDEFGHJKLMNPQRSTUVWXYZ U abcdefghjkmnpqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ23456789\"," - - "django/contrib/auth/base_user.py:133:24 asave U await self.asave(update_fields=[\"password" - "django/contrib/auth/context_processors.py:16:33 someapp U To fix 'item in perms.someapp' and __getitem__ interaction" - "django/contrib/auth/context_processors.py:40:41 someperm U someapp\" or \"someapp.someperm\" in perms." - "django/contrib/auth/hashers.py:365:20 PKCS U recommended by PKCS #5. This is compatible" @@ -173,11 +171,6 @@ issues: - "django/contrib/auth/urls.py:27:17 uidb U \"reset///\"," - "django/contrib/auth/views.py:286:28 Referer U # HTTP Referer header." - "django/contrib/contenttypes/admin.py:25:9 gfks U gfks = [" - - "django/contrib/contenttypes/fields.py:692:19 aadd U async def aadd(self, *objs, bulk=True" - - "django/contrib/contenttypes/fields.py:704:19 aremove U async def aremove(self, *objs, bulk=True" - - "django/contrib/contenttypes/fields.py:714:19 aclear U async def aclear(self, *, bulk=True)" - - "django/contrib/contenttypes/fields.py:758:19 aset U async def aset(self, objs, *, bulk" - - "django/contrib/contenttypes/fields.py:772:19 acreate U async def acreate(self, **kwargs):" - "django/contrib/flatpages/templatetags/flatpages.py:68:30 someuser U % get_flatpages for someuser as flatpages %}" - "django/contrib/gis/db/backends/base/features.py:10:9 spatialrefsys U has_spatialrefsys_table = True" - "django/contrib/gis/db/backends/base/features.py:91:26 aggr U def supports_collect_aggr(self):" @@ -261,7 +254,6 @@ issues: - "django/contrib/gis/gdal/prototypes/errcheck.py:24:38 cargs U string(result, func, cargs, offset=None, cpl=False" - "django/contrib/gis/gdal/prototypes/generation.py:34:51 strarg U argtypes, errcheck=False, strarg=False, cpl=False):" - "django/contrib/gis/gdal/prototypes/generation.py:61:13 geomerrcheck U def geomerrcheck(result, func, cargs" - - "django/contrib/gis/gdal/prototypes/raster.py:108:16 interp U get_band_color_interp = int_output(" - "django/contrib/gis/gdal/prototypes/raster.py:148:3 Reprojection U # Reprojection routine" - "django/contrib/gis/gdal/prototypes/raster.py:149:1 reproject U reproject_image = void_output" - "django/contrib/gis/gdal/prototypes/raster.py:150:19 Reproject U std_call(\"GDALReprojectImage\")," @@ -294,6 +286,7 @@ issues: - "django/contrib/gis/gdal/srs.py:135:61 symbole U have to use the pipe symbole." - "django/contrib/gis/gdal/srs.py:153:62 PROJCS U given target node (e.g. 'PROJCS'). The index" - "django/contrib/gis/geoip2/__init__.py:11:23 mmdb U Grab GeoLite2-Country.mmdb.gz and GeoLite2-City" + - "django/contrib/gis/geoip2/base.py:13:1 GEOIP U GEOIP_SETTINGS = {" - "django/contrib/gis/geoip2/base.py:195:28 djangoproject U '24.124.1.80' and 'djangoproject.com' are valid parameters" - "django/contrib/gis/geoip2/base.py:203:9 cdict U cdict = self.city(query)" - "django/contrib/gis/geometry.py:14:8 ACEGIMLONPSRUTYZ U r\"[ACEGIMLONPSRUTYZ0-9,\\.\\-\\+\\(\\) ]+)$\"" @@ -385,11 +378,9 @@ issues: - "django/contrib/syndication/views.py:40:9 feedgen U feedgen = self.get_feed(obj" - "django/contrib/syndication/views.py:84:24 argcount U # Check co_argcount rather than try/excepting" - "django/core/cache/backends/base.py:176:15 atouch U async def atouch(self, key, timeout=DEFAULT" - - "django/core/cache/backends/base.py:190:15 adelete U async def adelete(self, key, version=None" - "django/core/cache/backends/base.py:196:9 pgsql U pgsql) this can be *much*" - "django/core/cache/backends/base.py:256:15 ahas U async def ahas_key(self, key, version" - "django/core/cache/backends/base.py:274:15 aincr U async def aincr(self, key, delta=1," - - "django/core/cache/backends/base.py:283:9 decr U def decr(self, key, delta=1," - "django/core/cache/backends/base.py:290:15 adecr U async def adecr(self, key, delta=1," - "django/core/cache/backends/db.py:21:28 cacheentry U self.model_name = \"cacheentry\"" - "django/core/cache/backends/filebased.py:17:22 djcache U cache_suffix = \".djcache\"" @@ -412,15 +403,14 @@ issues: - "django/core/files/move.py:85:37 CIFS U Certain filesystems (e.g. CIFS) fail to copy the file" - "django/core/files/move.py:101:24 winerror U if getattr(e, \"winerror\", 0) != 32:" - "django/core/files/storage/filesystem.py:170:17 scandir U with os.scandir(path) as entries:" - - "django/core/files/storage/memory.py:2:13 inmemorystorage U Based on dj-inmemorystorage (BSD) by Cody Soyland" - - "django/core/files/storage/memory.py:2:43 Soyland U inmemorystorage (BSD) by Cody Soyland, Seán Hayes, Tore Birkeland" - - "django/core/files/storage/memory.py:2:52 Seán U BSD) by Cody Soyland, Seán Hayes, Tore Birkeland" - - "django/core/files/storage/memory.py:2:69 Birkeland U Soyland, Seán Hayes, Tore Birkeland," - - "django/core/files/storage/memory.py:3:10 Presta U and Nick Presta." - - "django/core/files/storage/memory.py:117:27 ENOTDIR U errno.ENOTDIR, os.strerror(errno.ENOTDIR" - - "django/core/files/storage/memory.py:117:39 strerror U errno.ENOTDIR, os.strerror(errno.ENOTDIR), current" - - "django/core/files/storage/memory.py:128:43 ENOENT U FileNotFoundError(errno.ENOENT, os.strerror(errno.ENOENT" - - "django/core/files/storage/memory.py:135:48 EISDIR U IsADirectoryError, errno.EISDIR)" + - "django/core/files/storage/memory.py:2:43 Soyland U inmemorystorage (BSD) by Cody Soyland, Seán Hayes, Tore Birkeland" + - "django/core/files/storage/memory.py:2:52 Seán U BSD) by Cody Soyland, Seán Hayes, Tore Birkeland" + - "django/core/files/storage/memory.py:2:69 Birkeland U Soyland, Seán Hayes, Tore Birkeland," + - "django/core/files/storage/memory.py:3:10 Presta U and Nick Presta." + - "django/core/files/storage/memory.py:117:27 ENOTDIR U errno.ENOTDIR, os.strerror(errno.ENOTDIR" + - "django/core/files/storage/memory.py:117:39 strerror U errno.ENOTDIR, os.strerror(errno.ENOTDIR), current" + - "django/core/files/storage/memory.py:128:43 ENOENT U FileNotFoundError(errno.ENOENT, os.strerror(errno.ENOENT" + - "django/core/files/storage/memory.py:135:48 EISDIR U IsADirectoryError, errno.EISDIR)" - "django/core/handlers/asgi.py:81:19 multiprocess U \"wsgi.multiprocess\": True," - "django/core/handlers/asgi.py:183:39 asend U signals.request_started.asend(sender=self.__class" - "django/core/handlers/asgi.py:311:47 aiter U aclosing() when consuming aiter." @@ -641,7 +631,6 @@ issues: - "django/db/migrations/serializer.py:250:24 fspath U return repr(os.fspath(self.value)), {}" - "django/db/models/base.py:114:9 contributable U contributable_attrs = {}" - "django/db/models/base.py:684:40 attnames U an iterable of field attnames. If fields is None," - - "django/db/models/base.py:747:15 arefresh U async def arefresh_from_db(self, using" - "django/db/models/base.py:1038:19 autopopulate U # autopopulate the _order field" - "django/db/models/enums.py:12:17 metacls U def __new__(metacls, classname, bases, classdict" - "django/db/models/expressions.py:270:47 multijoins U of reusable joins for multijoins" @@ -654,15 +643,12 @@ issues: - "django/db/models/fields/related_descriptors.py:1104:23 autocreated U # For non-autocreated 'through' models, can" - "django/db/models/fields/related.py:825:63 pushdown U joining and subquery pushdown. The" - "django/db/models/fields/related.py:890:20 FK's U # Internal FK's - i.e., those with a" - - "django/db/models/functions/__init__.py:81:5 Cume U CumeDist," - - "django/db/models/functions/__init__.py:88:5 Ntile U Ntile," - "django/db/models/functions/datetime.py:156:35 mydatetime U replicate this in Python: (mydatetime.isoweekday() % 7) +" - "django/db/models/functions/datetime.py:241:45 LOCALTIMESTAMP U connection, template=\"LOCALTIMESTAMP\", **extra_context" - "django/db/models/functions/text.py:24:24 RAWTOHEX U \"LOWER(RAWTOHEX(STANDARD_HASH(UTL_I" - "django/db/models/functions/text.py:31:7 Postgre U class PostgreSQLSHAMixin:" - "django/db/models/functions/text.py:334:63 STRPOS U connection, function=\"STRPOS\", **extra_context)" - - "django/db/models/functions/window.py:20:17 CUME U function = \"CUME_DIST\"" - - "django/db/models/functions/window.py:95:17 NTILE U function = \"NTILE\"" + - "django/db/models/functions/window.py:20:17 CUME U function = \"CUME_DIST\"" - "django/db/models/lookups.py:349:18 boolfield U # turns \"boolfield__exact=True\" into \"WHERE" - "django/db/models/lookups.py:535:30 thevalue U col LIKE %s, ['thevalue%']" - "django/db/models/lookups.py:539:24 othercol U # col LIKE othercol || '%%'" @@ -672,18 +658,7 @@ issues: - "django/db/models/query_utils.py:20:49 somecol U converting lookups (fk__somecol). The contents" - "django/db/models/query_utils.py:91:19 subq U split_subq=False," - "django/db/models/query.py:238:17 rowfactory U rowfactory = operator.itemgetter" - - "django/db/models/query.py:542:15 aiterator U async def aiterator(self, chunk_size=20" - - "django/db/models/query.py:586:15 aaggregate U async def aaggregate(self, *args, **kwargs" - - "django/db/models/query.py:602:15 acount U async def acount(self):" - "django/db/models/query.py:749:30 childmost U insert into the childmost table." - - "django/db/models/query.py:826:15 abulk U async def abulk_create(" - - "django/db/models/query.py:1044:15 aearliest U async def aearliest(self, *fields):" - - "django/db/models/query.py:1056:15 alatest U async def alatest(self, *fields):" - - "django/db/models/query.py:1069:15 afirst U async def afirst(self):" - - "django/db/models/query.py:1082:15 alast U async def alast(self):" - - "django/db/models/query.py:1260:15 aexists U async def aexists(self):" - - "django/db/models/query.py:1284:15 acontains U async def acontains(self, obj):" - - "django/db/models/query.py:1299:15 aexplain U async def aexplain(self, *, format=None" - "django/db/models/sql/compiler.py:395:23 combinated U # combinated queries might define" - "django/db/models/sql/compiler.py:484:37 orderbycol U col_alias = f\"__orderbycol{order_by_idx}\"" - "django/db/models/sql/compiler.py:569:45 resultset U produces a non-empty resultset it might be impossible" @@ -1573,7 +1548,6 @@ issues: - "tests/db_functions/text/test_right.py:38:18 mith U \"mith\"," - "tests/db_functions/text/test_strindex.py:14:43 fullstop U Author.objects.annotate(fullstop=StrIndex(\"name\", Value" - "tests/db_functions/text/test_substr.py:25:51 rhond U name\"), [\"smithj\", \"rhond\"], lambda a: a.alias" - - "tests/db_functions/window/test_validation.py:36:35 ntile U negative_num_buckets_ntile(self):" - "tests/db_typecasts/tests.py:77:17 inpt U for inpt, expected in v:" - "tests/db_utils/tests.py:64:14 reraising U def test_reraising_backend_specific_database" - "tests/db_utils/tests.py:74:62 sqlstate U exception.__cause__.diag.sqlstate)" @@ -1612,7 +1586,6 @@ issues: - "tests/expressions_case/tests.py:473:44 somecase U aseTestModel.objects.annotate(somecase=SOME_CASE).order_by" - "tests/expressions_window/tests.py:75:23 Jenson U (\"Jenson\", 45000, \"Accounting" - "tests/expressions_window/tests.py:591:14 cume U def test_cume_dist(self):" - - "tests/expressions_window/tests.py:627:14 nthvalue U def test_nthvalue(self):" - "tests/expressions_window/tests.py:1415:60 Nowak U department\": \"IT\", \"name\": \"Nowak\", \"salary\": 32000})" - "tests/expressions/tests.py:306:36 Funcs U should be able to use Funcs when inserting new data" - "tests/expressions/tests.py:446:9 mustermanns U mustermanns_by_seniority = Employee" @@ -1835,16 +1808,11 @@ issues: - "tests/gis_tests/geo3d/tests.py:346:13 zscale U for zscale in zscales:" - "tests/gis_tests/geo3d/tests.py:355:9 ztranslations U ztranslations = (5.23, 23, -17)" - "tests/gis_tests/geo3d/tests.py:356:13 ztrans U for ztrans in ztranslations:" - - "tests/gis_tests/geoadmin/models.py:29:44 gismodeladmin U AdminSite(name=\"gis_admin_gismodeladmin\")" - "tests/gis_tests/geoapp/feeds.py:69:8 cgeo U \"w3cgeo1\": TestW3CGeo1," - "tests/gis_tests/geoapp/test_feeds.py:25:14 geofeed U def test_geofeed_rss(self):" - "tests/gis_tests/geoapp/test_feeds.py:76:28 georsss U # Ensuring the georsss namespace was added" - "tests/gis_tests/geoapp/test_functions.py:129:9 ptown U ptown = City.objects.annotate" - - "tests/gis_tests/geoapp/test_functions.py:191:14 aswkb U def test_aswkb(self):" - - "tests/gis_tests/geoapp/test_functions.py:211:14 aswkt U def test_aswkt(self):" - - "tests/gis_tests/geoapp/test_functions.py:330:14 fromwkb U def test_fromwkb(self):" - "tests/gis_tests/geoapp/test_functions.py:333:43 tobytes U FromWKB(Value(g.wkb.tobytes()))," - - "tests/gis_tests/geoapp/test_functions.py:339:14 fromwkt U def test_fromwkt(self):" - "tests/gis_tests/geoapp/test_functions.py:594:9 xfac U xfac, yfac = 2, 3" - "tests/gis_tests/geoapp/test_functions.py:594:15 yfac U xfac, yfac = 2, 3" - "tests/gis_tests/geoapp/test_functions.py:619:28 Marino U # Boundary for San Marino, courtesy of Bjorn Sandvik" @@ -2055,7 +2023,6 @@ issues: - "tests/inspectdb/tests.py:420:38 Findex U CREATE UNIQUE INDEX Findex ON %s \"" - "tests/inspectdb/tests.py:455:26 myfields U \"text\": \"myfields.TextField\"," - "tests/inspectdb/tests.py:485:28 inspectdbmessage U \"related_name='inspectdbmessage_author_set')\"," - - "tests/introspection/tests.py:172:14 smallautofield U def test_smallautofield(self):" - "tests/introspection/tests.py:198:49 dbcommentmodel U name == \"introspection_dbcommentmodel\"" - "tests/invalid_models_tests/test_models.py:369:39 sindex U \"The index name '%sindex_name' cannot start with" - "tests/invalid_models_tests/test_models.py:752:28 Namezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz U class VeryLongModelNamezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz(" @@ -2166,7 +2133,6 @@ issues: - "tests/migrations/test_commands.py:2039:14 makemigration U def test_makemigration_merge_dry_run(self)" - "tests/migrations/test_commands.py:2469:37 getdefaultencoding U MagicMock(encoding=sys.getdefaultencoding())," - "tests/migrations/test_commands.py:2633:52 modelwithcustombase U tribble_author_rating_modelwithcustombase_and_more.py\"," - - "tests/migrations/test_commands.py:3047:14 optimizemigration U def test_optimizemigration_nonexistent_app_label" - "tests/migrations/test_commands.py:3200:14 ambigious U def test_ambigious_prefix(self):" - "tests/migrations/test_executor.py:198:26 unmigrations U perform spurious unmigrations and remigrations." - "tests/migrations/test_executor.py:325:18 storer U def fake_storer(phase, migration=None" @@ -2491,7 +2457,6 @@ issues: - "tests/queryset_pickle/tests.py:34:55 Maybachs U name=\"Ponies Who Own Maybachs\")" - "tests/queryset_pickle/tests.py:73:22 relatedobjectdoesnotexist U def test_forward_relatedobjectdoesnotexist_class(self):" - "tests/queryset_pickle/tests.py:121:9 dynclass U dynclass = type(" - - "tests/queryset_pickle/tests.py:256:21 filteredrelation U def test_pickle_filteredrelation(self):" - "tests/queryset_pickle/tests.py:279:11 mmodel U m2mmodel = M2MModel.objects.create" - "tests/queryset_pickle/tests.py:282:21 mmodels U first_m2mmodels=models.FilteredRelation" - "tests/raw_query/tests.py:49:44 Shaston U walking homeward from Shaston to the village of Marlott" @@ -2867,7 +2832,8 @@ issues: - "tests/utils_tests/test_text.py:241:15 İstanbul U (\"İstanbul\", \"istanbul\", True)" - "tests/utils_tests/test_timesince.py:15:14 onesecond U self.onesecond = datetime.timedelta" - "tests/utils_tests/test_timesince.py:121:31 minut U \"0\\xa0minut\"," - - "tests/utils_tests/test_timezone.py:172:9 CEST U CEST = datetime.timezone" + - "tests/utils_tests/test_timezone.py:172:9 CEST U CEST = datetime.timezone" + - "tests/utils_tests/test_timezone.py:249:14 fixedoffset U def test_fixedoffset_timedelta(self):" - "tests/validation/models.py:60:5 cfield U cfield = models.CharField(max" - "tests/validation/models.py:62:5 efield U efield = models.EmailField" - "tests/validation/models.py:88:51 AAARGH U : \"NULL\", \"not42\": \"AAARGH\", \"not_equal\": \"%s" diff --git a/integration-tests/snapshots/django/django/snapshot.txt b/integration-tests/snapshots/django/django/snapshot.txt index a8f433f9008..c906dfbcbb3 100644 --- a/integration-tests/snapshots/django/django/snapshot.txt +++ b/integration-tests/snapshots/django/django/snapshot.txt @@ -3,7 +3,7 @@ Repository: django/django Url: "https://github.com/django/django.git" Args: ["**/*.{md,py}"] Lines: - CSpell: Files checked: 2756, Issues found: 8434 in 928 files + CSpell: Files checked: 2756, Issues found: 8126 in 925 files exit code: 1 ./django/__init__.py:12:26 - Unknown word (urlresolvers) -- Set the thread-local urlresolvers script prefix if `set ./django/apps/config.py:217:40 - Unknown word (qualname) -- app_config_class.__qualname__, @@ -125,6 +125,7 @@ Lines: ./django/contrib/admin/helpers.py:18:32 - Unknown word (flatatt) -- django.forms.utils import flatatt ./django/contrib/admin/options.py:1394:15 - Unknown word (saveasnew) -- "_saveasnew" in request.POST ./django/contrib/admin/options.py:216:13 - Unknown word (klass) -- for klass in db_field.__class +./django/contrib/admin/options.py:6:35 - Unknown word (urlquote) -- parse import quote as urlquote ./django/contrib/admin/options.py:755:14 - Unknown word (urlify) -- "urlify.js", ./django/contrib/admin/options.py:756:14 - Unknown word (prepopulate) -- "prepopulate.js", ./django/contrib/admin/options.py:757:21 - Unknown word (xregexp) -- "vendor/xregexp/xregexp%s.js" % extra @@ -144,12 +145,9 @@ Lines: ./django/contrib/admindocs/views.py:488:25 - Unknown word (regexes) -- Clean up urlpattern regexes into something more ./django/contrib/auth/__init__.py:155:11 - Unknown word (alogin) -- async def alogin(request, user, backend ./django/contrib/auth/__init__.py:178:11 - Unknown word (alogout) -- async def alogout(request): -./django/contrib/auth/__init__.py:244:11 - Unknown word (aget) -- async def aget_user(request): -./django/contrib/auth/__init__.py:270:11 - Unknown word (aupdate) -- async def aupdate_session_auth_hash(request ./django/contrib/auth/__init__.py:4:6 - Unknown word (asgiref) -- from asgiref.sync import sync_to ./django/contrib/auth/__init__.py:97:11 - Unknown word (aauthenticate) -- async def aauthenticate(request=None, **credentials ./django/contrib/auth/base_user.py:11:5 - Unknown word (acheck) -- acheck_password, -./django/contrib/auth/base_user.py:133:24 - Unknown word (asave) -- await self.asave(update_fields=["password ./django/contrib/auth/base_user.py:40:24 - Unknown word (abcdefghjkmnpqrstuvwxyz) -- allowed_chars="abcdefghjkmnpqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ ./django/contrib/auth/base_user.py:40:47 - Unknown word (ABCDEFGHJKLMNPQRSTUVWXYZ) -- abcdefghjkmnpqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ23456789", ./django/contrib/auth/context_processors.py:16:33 - Unknown word (someapp) -- To fix 'item in perms.someapp' and __getitem__ interaction @@ -168,11 +166,6 @@ Lines: ./django/contrib/auth/urls.py:27:17 - Unknown word (uidb) -- "reset///", ./django/contrib/auth/views.py:286:28 - Unknown word (Referer) -- # HTTP Referer header. ./django/contrib/contenttypes/admin.py:25:9 - Unknown word (gfks) -- gfks = [ -./django/contrib/contenttypes/fields.py:692:19 - Unknown word (aadd) -- async def aadd(self, *objs, bulk=True -./django/contrib/contenttypes/fields.py:704:19 - Unknown word (aremove) -- async def aremove(self, *objs, bulk=True -./django/contrib/contenttypes/fields.py:714:19 - Unknown word (aclear) -- async def aclear(self, *, bulk=True) -./django/contrib/contenttypes/fields.py:758:19 - Unknown word (aset) -- async def aset(self, objs, *, bulk -./django/contrib/contenttypes/fields.py:772:19 - Unknown word (acreate) -- async def acreate(self, **kwargs): ./django/contrib/flatpages/templatetags/flatpages.py:68:30 - Unknown word (someuser) -- % get_flatpages for someuser as flatpages %} ./django/contrib/gis/db/backends/base/features.py:10:9 - Unknown word (spatialrefsys) -- has_spatialrefsys_table = True ./django/contrib/gis/db/backends/base/features.py:91:26 - Unknown word (aggr) -- def supports_collect_aggr(self): @@ -256,7 +249,6 @@ Lines: ./django/contrib/gis/gdal/prototypes/errcheck.py:24:38 - Unknown word (cargs) -- string(result, func, cargs, offset=None, cpl=False ./django/contrib/gis/gdal/prototypes/generation.py:34:51 - Unknown word (strarg) -- argtypes, errcheck=False, strarg=False, cpl=False): ./django/contrib/gis/gdal/prototypes/generation.py:61:13 - Unknown word (geomerrcheck) -- def geomerrcheck(result, func, cargs -./django/contrib/gis/gdal/prototypes/raster.py:108:16 - Unknown word (interp) -- get_band_color_interp = int_output( ./django/contrib/gis/gdal/prototypes/raster.py:148:3 - Unknown word (Reprojection) -- # Reprojection routine ./django/contrib/gis/gdal/prototypes/raster.py:149:1 - Unknown word (reproject) -- reproject_image = void_output ./django/contrib/gis/gdal/prototypes/raster.py:150:19 - Unknown word (Reproject) -- std_call("GDALReprojectImage"), @@ -289,6 +281,7 @@ Lines: ./django/contrib/gis/gdal/srs.py:153:62 - Unknown word (PROJCS) -- given target node (e.g. 'PROJCS'). The index ./django/contrib/gis/gdal/srs.py:8:3 - Unknown word (GEOGCS) -- GEOGCS["WGS 84", ./django/contrib/gis/geoip2/__init__.py:11:23 - Unknown word (mmdb) -- Grab GeoLite2-Country.mmdb.gz and GeoLite2-City +./django/contrib/gis/geoip2/base.py:13:1 - Unknown word (GEOIP) -- GEOIP_SETTINGS = { ./django/contrib/gis/geoip2/base.py:195:28 - Unknown word (djangoproject) -- '24.124.1.80' and 'djangoproject.com' are valid parameters ./django/contrib/gis/geoip2/base.py:203:9 - Unknown word (cdict) -- cdict = self.city(query) ./django/contrib/gis/geometry.py:14:8 - Unknown word (ACEGIMLONPSRUTYZ) -- r"[ACEGIMLONPSRUTYZ0-9,\.\-\+\(\) ]+)$" @@ -380,11 +373,9 @@ Lines: ./django/contrib/syndication/views.py:40:9 - Unknown word (feedgen) -- feedgen = self.get_feed(obj ./django/contrib/syndication/views.py:84:24 - Unknown word (argcount) -- # Check co_argcount rather than try/excepting ./django/core/cache/backends/base.py:176:15 - Unknown word (atouch) -- async def atouch(self, key, timeout=DEFAULT -./django/core/cache/backends/base.py:190:15 - Unknown word (adelete) -- async def adelete(self, key, version=None ./django/core/cache/backends/base.py:196:9 - Unknown word (pgsql) -- pgsql) this can be *much* ./django/core/cache/backends/base.py:256:15 - Unknown word (ahas) -- async def ahas_key(self, key, version ./django/core/cache/backends/base.py:274:15 - Unknown word (aincr) -- async def aincr(self, key, delta=1, -./django/core/cache/backends/base.py:283:9 - Unknown word (decr) -- def decr(self, key, delta=1, ./django/core/cache/backends/base.py:290:15 - Unknown word (adecr) -- async def adecr(self, key, delta=1, ./django/core/cache/backends/db.py:21:28 - Unknown word (cacheentry) -- self.model_name = "cacheentry" ./django/core/cache/backends/filebased.py:17:22 - Unknown word (djcache) -- cache_suffix = ".djcache" @@ -407,15 +398,14 @@ Lines: ./django/core/files/move.py:101:24 - Unknown word (winerror) -- if getattr(e, "winerror", 0) != 32: ./django/core/files/move.py:85:37 - Unknown word (CIFS) -- Certain filesystems (e.g. CIFS) fail to copy the file ./django/core/files/storage/filesystem.py:170:17 - Unknown word (scandir) -- with os.scandir(path) as entries: -./django/core/files/storage/memory.py:117:27 - Unknown word (ENOTDIR) -- errno.ENOTDIR, os.strerror(errno.ENOTDIR -./django/core/files/storage/memory.py:117:39 - Unknown word (strerror) -- errno.ENOTDIR, os.strerror(errno.ENOTDIR), current -./django/core/files/storage/memory.py:128:43 - Unknown word (ENOENT) -- FileNotFoundError(errno.ENOENT, os.strerror(errno.ENOENT -./django/core/files/storage/memory.py:135:48 - Unknown word (EISDIR) -- IsADirectoryError, errno.EISDIR) -./django/core/files/storage/memory.py:2:13 - Unknown word (inmemorystorage) -- Based on dj-inmemorystorage (BSD) by Cody Soyland -./django/core/files/storage/memory.py:2:43 - Unknown word (Soyland) -- inmemorystorage (BSD) by Cody Soyland, Seán Hayes, Tore Birkeland -./django/core/files/storage/memory.py:2:52 - Unknown word (Seán) -- BSD) by Cody Soyland, Seán Hayes, Tore Birkeland -./django/core/files/storage/memory.py:2:69 - Unknown word (Birkeland) -- Soyland, Seán Hayes, Tore Birkeland, -./django/core/files/storage/memory.py:3:10 - Unknown word (Presta) -- and Nick Presta. +./django/core/files/storage/memory.py:117:27 - Unknown word (ENOTDIR) -- errno.ENOTDIR, os.strerror(errno.ENOTDIR +./django/core/files/storage/memory.py:117:39 - Unknown word (strerror) -- errno.ENOTDIR, os.strerror(errno.ENOTDIR), current +./django/core/files/storage/memory.py:128:43 - Unknown word (ENOENT) -- FileNotFoundError(errno.ENOENT, os.strerror(errno.ENOENT +./django/core/files/storage/memory.py:135:48 - Unknown word (EISDIR) -- IsADirectoryError, errno.EISDIR) +./django/core/files/storage/memory.py:2:43 - Unknown word (Soyland) -- inmemorystorage (BSD) by Cody Soyland, Seán Hayes, Tore Birkeland +./django/core/files/storage/memory.py:2:52 - Unknown word (Seán) -- BSD) by Cody Soyland, Seán Hayes, Tore Birkeland +./django/core/files/storage/memory.py:2:69 - Unknown word (Birkeland) -- Soyland, Seán Hayes, Tore Birkeland, +./django/core/files/storage/memory.py:3:10 - Unknown word (Presta) -- and Nick Presta. ./django/core/handlers/asgi.py:183:39 - Unknown word (asend) -- signals.request_started.asend(sender=self.__class ./django/core/handlers/asgi.py:311:47 - Unknown word (aiter) -- aclosing() when consuming aiter. ./django/core/handlers/asgi.py:81:19 - Unknown word (multiprocess) -- "wsgi.multiprocess": True, @@ -637,7 +627,6 @@ Lines: ./django/db/models/base.py:1038:19 - Unknown word (autopopulate) -- # autopopulate the _order field ./django/db/models/base.py:114:9 - Unknown word (contributable) -- contributable_attrs = {} ./django/db/models/base.py:684:40 - Unknown word (attnames) -- an iterable of field attnames. If fields is None, -./django/db/models/base.py:747:15 - Unknown word (arefresh) -- async def arefresh_from_db(self, using ./django/db/models/enums.py:12:17 - Unknown word (metacls) -- def __new__(metacls, classname, bases, classdict ./django/db/models/expressions.py:270:47 - Unknown word (multijoins) -- of reusable joins for multijoins ./django/db/models/fields/__init__.py:2842:11 - Unknown word (subclasscheck) -- def __subclasscheck__(self, subclass): @@ -649,34 +638,20 @@ Lines: ./django/db/models/fields/related.py:890:20 - Unknown word (FK's) -- # Internal FK's - i.e., those with a ./django/db/models/fields/related_descriptors.py:1104:23 - Unknown word (autocreated) -- # For non-autocreated 'through' models, can ./django/db/models/fields/related_descriptors.py:31:69 - Unknown word (unicity) -- is checked upstream (unicity -./django/db/models/functions/__init__.py:81:5 - Unknown word (Cume) -- CumeDist, -./django/db/models/functions/__init__.py:88:5 - Unknown word (Ntile) -- Ntile, ./django/db/models/functions/datetime.py:156:35 - Unknown word (mydatetime) -- replicate this in Python: (mydatetime.isoweekday() % 7) + ./django/db/models/functions/datetime.py:241:45 - Unknown word (LOCALTIMESTAMP) -- connection, template="LOCALTIMESTAMP", **extra_context ./django/db/models/functions/text.py:24:24 - Unknown word (RAWTOHEX) -- "LOWER(RAWTOHEX(STANDARD_HASH(UTL_I ./django/db/models/functions/text.py:31:7 - Unknown word (Postgre) -- class PostgreSQLSHAMixin: ./django/db/models/functions/text.py:334:63 - Unknown word (STRPOS) -- connection, function="STRPOS", **extra_context) ./django/db/models/functions/window.py:20:17 - Unknown word (CUME) -- function = "CUME_DIST" -./django/db/models/functions/window.py:95:17 - Unknown word (NTILE) -- function = "NTILE" ./django/db/models/lookups.py:349:18 - Unknown word (boolfield) -- # turns "boolfield__exact=True" into "WHERE ./django/db/models/lookups.py:535:30 - Unknown word (thevalue) -- col LIKE %s, ['thevalue%'] ./django/db/models/lookups.py:539:24 - Unknown word (othercol) -- # col LIKE othercol || '%%' ./django/db/models/lookups.py:726:7 - Unknown word (UUIDI) -- class UUIDIExact(UUIDTextMixin, ./django/db/models/options.py:140:37 - Unknown word (proxying) -- class this model is proxying. Note that proxy_for ./django/db/models/options.py:534:33 - Unknown word (longwinded) -- The third lambda is a longwinded way of checking f.related -./django/db/models/query.py:1044:15 - Unknown word (aearliest) -- async def aearliest(self, *fields): -./django/db/models/query.py:1056:15 - Unknown word (alatest) -- async def alatest(self, *fields): -./django/db/models/query.py:1069:15 - Unknown word (afirst) -- async def afirst(self): -./django/db/models/query.py:1082:15 - Unknown word (alast) -- async def alast(self): -./django/db/models/query.py:1260:15 - Unknown word (aexists) -- async def aexists(self): -./django/db/models/query.py:1284:15 - Unknown word (acontains) -- async def acontains(self, obj): -./django/db/models/query.py:1299:15 - Unknown word (aexplain) -- async def aexplain(self, *, format=None ./django/db/models/query.py:238:17 - Unknown word (rowfactory) -- rowfactory = operator.itemgetter -./django/db/models/query.py:542:15 - Unknown word (aiterator) -- async def aiterator(self, chunk_size=20 -./django/db/models/query.py:586:15 - Unknown word (aaggregate) -- async def aaggregate(self, *args, **kwargs -./django/db/models/query.py:602:15 - Unknown word (acount) -- async def acount(self): ./django/db/models/query.py:749:30 - Unknown word (childmost) -- insert into the childmost table. -./django/db/models/query.py:826:15 - Unknown word (abulk) -- async def abulk_create( ./django/db/models/query_utils.py:20:49 - Unknown word (somecol) -- converting lookups (fk__somecol). The contents ./django/db/models/query_utils.py:91:19 - Unknown word (subq) -- split_subq=False, ./django/db/models/sql/compiler.py:1419:49 - Unknown word (popleft) -- klass_info = queue.popleft() @@ -1568,7 +1543,6 @@ Lines: ./tests/db_functions/text/test_right.py:38:18 - Unknown word (mith) -- "mith", ./tests/db_functions/text/test_strindex.py:14:43 - Unknown word (fullstop) -- Author.objects.annotate(fullstop=StrIndex("name", Value ./tests/db_functions/text/test_substr.py:25:51 - Unknown word (rhond) -- name"), ["smithj", "rhond"], lambda a: a.alias -./tests/db_functions/window/test_validation.py:36:35 - Unknown word (ntile) -- negative_num_buckets_ntile(self): ./tests/db_typecasts/tests.py:77:17 - Unknown word (inpt) -- for inpt, expected in v: ./tests/db_utils/tests.py:64:14 - Unknown word (reraising) -- def test_reraising_backend_specific_database ./tests/db_utils/tests.py:74:62 - Unknown word (sqlstate) -- exception.__cause__.diag.sqlstate) @@ -1614,7 +1588,6 @@ Lines: ./tests/expressions_case/tests.py:473:44 - Unknown word (somecase) -- aseTestModel.objects.annotate(somecase=SOME_CASE).order_by ./tests/expressions_window/tests.py:1415:60 - Unknown word (Nowak) -- department": "IT", "name": "Nowak", "salary": 32000}) ./tests/expressions_window/tests.py:591:14 - Unknown word (cume) -- def test_cume_dist(self): -./tests/expressions_window/tests.py:627:14 - Unknown word (nthvalue) -- def test_nthvalue(self): ./tests/expressions_window/tests.py:75:23 - Unknown word (Jenson) -- ("Jenson", 45000, "Accounting ./tests/extra_regress/models.py:8:7 - Unknown word (Revisionable) -- class RevisionableModel(models.Model): ./tests/field_deconstruction/tests.py:432:28 - Unknown word (barness) -- upload_to="foo/barness", width_field="width @@ -1830,16 +1803,11 @@ Lines: ./tests/gis_tests/geo3d/tests.py:346:13 - Unknown word (zscale) -- for zscale in zscales: ./tests/gis_tests/geo3d/tests.py:355:9 - Unknown word (ztranslations) -- ztranslations = (5.23, 23, -17) ./tests/gis_tests/geo3d/tests.py:356:13 - Unknown word (ztrans) -- for ztrans in ztranslations: -./tests/gis_tests/geoadmin/models.py:29:44 - Unknown word (gismodeladmin) -- AdminSite(name="gis_admin_gismodeladmin") ./tests/gis_tests/geoapp/feeds.py:69:8 - Unknown word (cgeo) -- "w3cgeo1": TestW3CGeo1, ./tests/gis_tests/geoapp/test_feeds.py:25:14 - Unknown word (geofeed) -- def test_geofeed_rss(self): ./tests/gis_tests/geoapp/test_feeds.py:76:28 - Unknown word (georsss) -- # Ensuring the georsss namespace was added ./tests/gis_tests/geoapp/test_functions.py:129:9 - Unknown word (ptown) -- ptown = City.objects.annotate -./tests/gis_tests/geoapp/test_functions.py:191:14 - Unknown word (aswkb) -- def test_aswkb(self): -./tests/gis_tests/geoapp/test_functions.py:211:14 - Unknown word (aswkt) -- def test_aswkt(self): -./tests/gis_tests/geoapp/test_functions.py:330:14 - Unknown word (fromwkb) -- def test_fromwkb(self): ./tests/gis_tests/geoapp/test_functions.py:333:43 - Unknown word (tobytes) -- FromWKB(Value(g.wkb.tobytes())), -./tests/gis_tests/geoapp/test_functions.py:339:14 - Unknown word (fromwkt) -- def test_fromwkt(self): ./tests/gis_tests/geoapp/test_functions.py:594:15 - Unknown word (yfac) -- xfac, yfac = 2, 3 ./tests/gis_tests/geoapp/test_functions.py:594:9 - Unknown word (xfac) -- xfac, yfac = 2, 3 ./tests/gis_tests/geoapp/test_functions.py:619:28 - Unknown word (Marino) -- # Boundary for San Marino, courtesy of Bjorn Sandvik @@ -2050,7 +2018,6 @@ Lines: ./tests/inspectdb/tests.py:485:28 - Unknown word (inspectdbmessage) -- "related_name='inspectdbmessage_author_set')", ./tests/inspectdb/tests.py:57:36 - Unknown word (Peopledata) -- assertNotIn("InspectdbPeopledata", output) ./tests/inspectdb/tests.py:65:46 - Unknown word (columntypes) -- inspectdb", "inspectdb_columntypes", stdout=out) -./tests/introspection/tests.py:172:14 - Unknown word (smallautofield) -- def test_smallautofield(self): ./tests/introspection/tests.py:198:49 - Unknown word (dbcommentmodel) -- name == "introspection_dbcommentmodel" ./tests/invalid_models_tests/test_models.py:1048:14 - Unknown word (multigeneration) -- def test_multigeneration_inheritance(self): ./tests/invalid_models_tests/test_models.py:1662:13 - Unknown word (foos) -- foos = models.ManyToManyField @@ -2159,7 +2126,6 @@ Lines: ./tests/migrations/test_commands.py:2039:14 - Unknown word (makemigration) -- def test_makemigration_merge_dry_run(self) ./tests/migrations/test_commands.py:2469:37 - Unknown word (getdefaultencoding) -- MagicMock(encoding=sys.getdefaultencoding()), ./tests/migrations/test_commands.py:2633:52 - Unknown word (modelwithcustombase) -- tribble_author_rating_modelwithcustombase_and_more.py", -./tests/migrations/test_commands.py:3047:14 - Unknown word (optimizemigration) -- def test_optimizemigration_nonexistent_app_label ./tests/migrations/test_commands.py:3200:14 - Unknown word (ambigious) -- def test_ambigious_prefix(self): ./tests/migrations/test_commands.py:423:20 - Unknown word (mmigrations) -- "\x1b[1mmigrations\n\x1b[0m [ ] 0001_initial ./tests/migrations/test_commands.py:597:70 - Unknown word (salamand) -- SELECT * FROM migrations_salamand…\n", @@ -2484,7 +2450,6 @@ Lines: ./tests/queryset_pickle/models.py:60:9 - Unknown word (somefield) -- somefield = models.IntegerField ./tests/queryset_pickle/tests.py:121:9 - Unknown word (dynclass) -- dynclass = type( ./tests/queryset_pickle/tests.py:19:7 - Unknown word (Pickleability) -- class PickleabilityTestCase(TestCase): -./tests/queryset_pickle/tests.py:256:21 - Unknown word (filteredrelation) -- def test_pickle_filteredrelation(self): ./tests/queryset_pickle/tests.py:279:11 - Unknown word (mmodel) -- m2mmodel = M2MModel.objects.create ./tests/queryset_pickle/tests.py:282:21 - Unknown word (mmodels) -- first_m2mmodels=models.FilteredRelation ./tests/queryset_pickle/tests.py:34:55 - Unknown word (Maybachs) -- name="Ponies Who Own Maybachs") @@ -2863,6 +2828,7 @@ Lines: ./tests/utils_tests/test_timesince.py:121:31 - Unknown word (minut) -- "0\xa0minut", ./tests/utils_tests/test_timesince.py:15:14 - Unknown word (onesecond) -- self.onesecond = datetime.timedelta ./tests/utils_tests/test_timezone.py:172:9 - Unknown word (CEST) -- CEST = datetime.timezone +./tests/utils_tests/test_timezone.py:249:14 - Unknown word (fixedoffset) -- def test_fixedoffset_timedelta(self): ./tests/validation/models.py:60:5 - Unknown word (cfield) -- cfield = models.CharField(max ./tests/validation/models.py:62:5 - Unknown word (efield) -- efield = models.EmailField ./tests/validation/models.py:88:51 - Unknown word (AAARGH) -- : "NULL", "not42": "AAARGH", "not_equal": "%s diff --git a/packages/cspell-bundled-dicts/package.json b/packages/cspell-bundled-dicts/package.json index 0489bc9458e..c29d1b5ba42 100644 --- a/packages/cspell-bundled-dicts/package.json +++ b/packages/cspell-bundled-dicts/package.json @@ -53,7 +53,7 @@ "@cspell/dict-csharp": "^4.0.2", "@cspell/dict-css": "^4.0.6", "@cspell/dict-dart": "^2.0.2", - "@cspell/dict-django": "^4.0.2", + "@cspell/dict-django": "^4.1.0", "@cspell/dict-docker": "^1.1.6", "@cspell/dict-dotnet": "^5.0.0", "@cspell/dict-elixir": "^4.0.3", @@ -75,7 +75,7 @@ "@cspell/dict-lorem-ipsum": "^3.0.0", "@cspell/dict-lua": "^4.0.1", "@cspell/dict-node": "^4.0.2", - "@cspell/dict-npm": "^5.0.6", + "@cspell/dict-npm": "^5.0.7", "@cspell/dict-php": "^4.0.1", "@cspell/dict-powershell": "^5.0.2", "@cspell/dict-public-licenses": "^2.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index af0ceb2d338..dcba3f51e61 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -308,8 +308,8 @@ importers: specifier: ^2.0.2 version: 2.0.2 '@cspell/dict-django': - specifier: ^4.0.2 - version: 4.0.2 + specifier: ^4.1.0 + version: 4.1.0 '@cspell/dict-docker': specifier: ^1.1.6 version: 1.1.6 @@ -374,8 +374,8 @@ importers: specifier: ^4.0.2 version: 4.0.2 '@cspell/dict-npm': - specifier: ^5.0.6 - version: 5.0.6 + specifier: ^5.0.7 + version: 5.0.7 '@cspell/dict-php': specifier: ^4.0.1 version: 4.0.1 @@ -2831,15 +2831,15 @@ packages: resolution: {integrity: sha512-jigcODm7Z4IFZ4vParwwP3IT0fIgRq/9VoxkXfrxBMsLBGGM2QltHBj7pl+joX+c4cOHxfyZktGJK1B1wFtR4Q==} dev: false - /@cspell/dict-data-science@1.0.5: - resolution: {integrity: sha512-sxPo8soPVsw8d8h4P8AAfXrztefElOsKwodgTf5UHk6ceKg+AGnmZs2IUx0IHn7/1Oo3eqlc6JjdyjksTKzudQ==} + /@cspell/dict-data-science@1.0.6: + resolution: {integrity: sha512-lLvuZSWAr2N6Ny5Q0WburmqZxCSdDFpOk01z8NuKhIHvwQWdBRZSDFGY1j4LrJEde8K3L0M1glq4Jtqm4mnW7Q==} /@cspell/dict-de-de@3.1.0: resolution: {integrity: sha512-aWOcBUrl+OkTAvm0XUY7VDV/wjKey27nt+tTTSYWoLQ5Qr1BHl4C9WRrsrWcfCe8504dZybJBmkOO3DX5729tg==} dev: true - /@cspell/dict-django@4.0.2: - resolution: {integrity: sha512-L0Yw6+Yh2bE9/FAMG4gy9m752G4V8HEBjEAGeRIQ9qvxDLR9yD6dPOtgEFTjv7SWlKSrLb9wA/W3Q2GKCOusSg==} + /@cspell/dict-django@4.1.0: + resolution: {integrity: sha512-bKJ4gPyrf+1c78Z0Oc4trEB9MuhcB+Yg+uTTWsvhY6O2ncFYbB/LbEZfqhfmmuK/XJJixXfI1laF2zicyf+l0w==} dev: false /@cspell/dict-docker@1.1.6: @@ -2948,8 +2948,8 @@ packages: resolution: {integrity: sha512-FEQJ4TnMcXEFslqBQkXa5HposMoCGsiBv2ux4IZuIXgadXeHKHUHk60iarWpjhzNzQLyN2GD7NoRMd12bK3Llw==} dev: false - /@cspell/dict-npm@5.0.6: - resolution: {integrity: sha512-Yp0PierlGWhuom7dEQmkpSo7+gqWkwXXz3zM7FZOYco017wMgS4YeWi1gEHI4kiCAyHtKHYGytp37E/4qL3oKg==} + /@cspell/dict-npm@5.0.7: + resolution: {integrity: sha512-6SegF0HsVaBTl6PlHjeErG8Av+tRYkUG1yaXUQIGWXU0A8oxhI0o4PuL65UWH5lkCKhJyGai69Cd0iytL0oVFg==} dev: false /@cspell/dict-php@4.0.1: @@ -2967,7 +2967,7 @@ packages: /@cspell/dict-python@4.1.1: resolution: {integrity: sha512-gllGfnunCC3HhNuiF/e8OHq+EZG3bErydmnE1TlvSSngChLo/0O46hD7U+chHyTakZ6z4ancH5O+0cQ78e8XDA==} dependencies: - '@cspell/dict-data-science': 1.0.5 + '@cspell/dict-data-science': 1.0.6 /@cspell/dict-r@2.0.1: resolution: {integrity: sha512-KCmKaeYMLm2Ip79mlYPc8p+B2uzwBp4KMkzeLd5E6jUlCL93Y5Nvq68wV5fRLDRTf7N1LvofkVFWfDcednFOgA==}