Skip to content

Commit

Permalink
fix: Update Python dictionary (#1778)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Sep 27, 2021
1 parent c37b939 commit 6359145
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 25 deletions.
5 changes: 2 additions & 3 deletions integration-tests/snapshots/TheAlgorithms/Python/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Url: https://github.com/TheAlgorithms/Python.git
Args: ["**/*.{md,py}"]
Summary:
files: 783
filesWithIssues: 402
issues: 2568
filesWithIssues: 395
issues: 2537
errors: 0
Errors: []

Expand All @@ -18,7 +18,6 @@ issues:
- "arithmetic_analysis/newton_raphson.py:1:23 Raphson U Implementing Newton Raphson method in Python"
- "arithmetic_analysis/newton_raphson.py:2:11 Syed U # Author: Syed Haseeb Shah (github"
- "arithmetic_analysis/newton_raphson.py:2:16 Haseeb U # Author: Syed Haseeb Shah (github.com/QuantumNovic"
- "arithmetic_analysis/newton_raphson.py:8:23 noqa U from math import * # noqa: F401, F403"
- "arithmetic_analysis/newton_raphson.py:10:6 sympy U from sympy import diff"
- "arithmetic_analysis/newton_raphson.py:13:12 raphson U def newton_raphson("
- "arithmetic_analysis/secant_method.py:3:9 dimgrichr U Author: dimgrichr"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: TheAlgorithms/Python
Url: "https://github.com/TheAlgorithms/Python.git"
Args: ["**/*.{md,py}"]
Lines:
CSpell: Files checked: 783, Issues found: 2568 in 402 files
CSpell: Files checked: 783, Issues found: 2537 in 395 files
exit code: 1
./CONTRIBUTING.md:131:33 - Unknown word (pytest) -- doctests will be run by pytest as part of our automated
./CONTRIBUTING.md:134:14 - Unknown word (doctest) -- python3 -m doctest -v my_submission.py
Expand Down Expand Up @@ -113,7 +113,6 @@ Lines:
./arithmetic_analysis/newton_raphson.py:1:23 - Unknown word (Raphson) -- Implementing Newton Raphson method in Python
./arithmetic_analysis/newton_raphson.py:2:11 - Unknown word (Syed) -- # Author: Syed Haseeb Shah (github
./arithmetic_analysis/newton_raphson.py:2:16 - Unknown word (Haseeb) -- # Author: Syed Haseeb Shah (github.com/QuantumNovic
./arithmetic_analysis/newton_raphson.py:8:23 - Unknown word (noqa) -- from math import * # noqa: F401, F403
./arithmetic_analysis/secant_method.py:3:9 - Unknown word (dimgrichr) -- Author: dimgrichr
./backtracking/coloring.py:11:5 - Unknown word (neighbours) -- neighbours: list[int], colored
./backtracking/coloring.py:14:14 - Unknown word (neighbour) -- For each neighbour check if coloring constraint
Expand Down
6 changes: 2 additions & 4 deletions integration-tests/snapshots/django/django/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Url: https://github.com/django/django.git
Args: ["**/*.{md,py}"]
Summary:
files: 2132
filesWithIssues: 896
issues: 7889
filesWithIssues: 878
issues: 7788
errors: 0
Errors: []

Expand Down Expand Up @@ -210,7 +210,6 @@ issues:
- "django/contrib/gis/db/backends/spatialite/operations.py:167:34 LWGEOM U Return the version of LWGEOM library used by SpatiaLite"
- "django/contrib/gis/db/backends/spatialite/operations.py:170:9 rttopo U def rttopo_version(self):"
- "django/contrib/gis/db/backends/spatialite/operations.py:171:34 RTTOPO U Return the version of RTTOPO library used by SpatiaLite"
- "django/contrib/gis/db/models/__init__.py:1:35 NOQA U db.models import * # NOQA isort:skip"
- "django/contrib/gis/db/models/aggregates.py:37:38 SDOAGGRTYPE U template = '%(function)s(SDOAGGRTYPE(%(expressions)s))'"
- "django/contrib/gis/gdal/__init__.py:36:30 libgdal U django.contrib.gis.gdal.libgdal import ("
- "django/contrib/gis/gdal/datasource.py:32:65 ints U OFTIntegers return ints,"
Expand Down Expand Up @@ -935,7 +934,6 @@ issues:
- "tests/admin_inlines/tests.py:705:9 lotr U lotr = Novel.objects.create"
- "tests/admin_inlines/tests.py:707:68 yadda U chapter=chapter, note='yadda yadda')"
- "tests/admin_inlines/tests.py:772:29 noperm U test_inline_add_m2m_noperm(self):"
- "tests/admin_inlines/tests.py:1085:135 noqa U >Delete</a></p>' # noqa"
- "tests/admin_inlines/tests.py:1143:56 childss U response, '<h2>Non-verbose childss</h2>')"
- "tests/admin_inlines/tests.py:1149:71 onlys U Model with verbose name onlys</h2>')"
- "tests/admin_inlines/tests.py:1571:57 rgba U expressed as either rgb() or rgba() depending on the"
Expand Down
4 changes: 1 addition & 3 deletions integration-tests/snapshots/django/django/snapshot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: django/django
Url: "https://github.com/django/django.git"
Args: ["**/*.{md,py}"]
Lines:
CSpell: Files checked: 2132, Issues found: 7889 in 896 files
CSpell: Files checked: 2132, Issues found: 7788 in 878 files
exit code: 1
./django/apps/config.py:125:76 - Unknown word (isclass) -- getmembers(mod, inspect.isclass)
./django/apps/registry.py:132:40 - Unknown word (unconfigured) -- not ready" is due to unconfigured settings, accessing
Expand Down Expand Up @@ -205,7 +205,6 @@ Lines:
./django/contrib/gis/db/backends/spatialite/operations.py:167:34 - Unknown word (LWGEOM) -- Return the version of LWGEOM library used by SpatiaLite
./django/contrib/gis/db/backends/spatialite/operations.py:170:9 - Unknown word (rttopo) -- def rttopo_version(self):
./django/contrib/gis/db/backends/spatialite/operations.py:171:34 - Unknown word (RTTOPO) -- Return the version of RTTOPO library used by SpatiaLite
./django/contrib/gis/db/models/__init__.py:1:35 - Unknown word (NOQA) -- db.models import * # NOQA isort:skip
./django/contrib/gis/db/models/aggregates.py:37:38 - Unknown word (SDOAGGRTYPE) -- template = '%(function)s(SDOAGGRTYPE(%(expressions)s))'
./django/contrib/gis/gdal/__init__.py:36:30 - Unknown word (libgdal) -- django.contrib.gis.gdal.libgdal import (
./django/contrib/gis/gdal/datasource.py:32:65 - Unknown word (ints) -- OFTIntegers return ints,
Expand Down Expand Up @@ -921,7 +920,6 @@ Lines:
./tests/admin_inlines/admin.py:7:29 - Unknown word (Famiglia) -- Author, BinaryTree, CapoFamiglia, Chapter, Child, ChildModel
./tests/admin_inlines/admin.py:8:12 - Unknown word (Consigliere) -- Class, Consigliere, Course, CourseProxy
./tests/admin_inlines/models.py:227:10 - Unknown word (famiglia) -- capo_famiglia = models.ForeignKey
./tests/admin_inlines/tests.py:1085:135 - Unknown word (noqa) -- >Delete</a></p>' # noqa
./tests/admin_inlines/tests.py:1143:56 - Unknown word (childss) -- response, '<h2>Non-verbose childss</h2>')
./tests/admin_inlines/tests.py:1149:71 - Unknown word (onlys) -- Model with verbose name onlys</h2>')
./tests/admin_inlines/tests.py:1571:57 - Unknown word (rgba) -- expressed as either rgb() or rgba() depending on the
Expand Down
5 changes: 2 additions & 3 deletions integration-tests/snapshots/pycontribs/jira/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Url: https://github.com/pycontribs/jira.git
Args: ["**/*.*"]
Summary:
files: 68
filesWithIssues: 37
issues: 469
filesWithIssues: 36
issues: 459
errors: 0
Errors: []

Expand Down Expand Up @@ -71,7 +71,6 @@ issues:
- "docs/api.rst:43:6 resilientsession U jira.resilientsession module"
- "docs/api.rst:54:4 autodata U .. autodata:: jira.client.ResourceType"
- "docs/api.rst:63:4 autoclass U .. autoclass:: jira.resources.StatusCatego"
- "docs/conf.py:22:33 noqa U import __version__ # noqa"
- "docs/conf.py:47:22 bysource U \"member-order\": \"bysource\","
- "docs/conf.py:84:14 toctree U # The master toctree document."
- "docs/conf.py:161:64 favicon U static path) to use as favicon of the"
Expand Down
3 changes: 1 addition & 2 deletions integration-tests/snapshots/pycontribs/jira/snapshot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: pycontribs/jira
Url: "https://github.com/pycontribs/jira.git"
Args: ["**/*.*"]
Lines:
CSpell: Files checked: 68, Issues found: 469 in 37 files
CSpell: Files checked: 68, Issues found: 459 in 36 files
exit code: 1
./AUTHORS.rst:3:21 - Unknown word (Contribs) -- Development Team (PyContribs)
./AUTHORS.rst:5:7 - Unknown word (Speakmon) -- - Ben Speakmon <ben.speakmon@gmail
Expand Down Expand Up @@ -77,7 +77,6 @@ Lines:
./docs/conf.py:161:64 - Unknown word (favicon) -- static path) to use as favicon of the
./docs/conf.py:215:22 - Unknown word (jirapythondoc) -- htmlhelp_basename = "jirapythondoc"
./docs/conf.py:223:66 - Unknown word (howto) -- author, documentclass [howto/manual]).
./docs/conf.py:22:33 - Unknown word (noqa) -- import __version__ # noqa
./docs/conf.py:47:22 - Unknown word (bysource) -- "member-order": "bysource",
./docs/conf.py:84:14 - Unknown word (toctree) -- # The master toctree document.
./docs/examples.rst:163:31 - Unknown word (newassignee) -- assign_issue(issue, 'newassignee')
Expand Down
6 changes: 3 additions & 3 deletions packages/cspell-bundled-dicts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cspell-bundled-dicts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@cspell/dict-php": "^1.0.24",
"@cspell/dict-powershell": "^1.0.18",
"@cspell/dict-public-licenses": "^1.0.3",
"@cspell/dict-python": "^1.0.38",
"@cspell/dict-python": "^2.0.2",
"@cspell/dict-ruby": "^1.0.14",
"@cspell/dict-rust": "^1.0.23",
"@cspell/dict-scala": "^1.0.21",
Expand Down
6 changes: 3 additions & 3 deletions packages/cspell-lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cspell-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@cspell/dict-fr-fr": "^1.2.21",
"@cspell/dict-html": "^1.1.9",
"@cspell/dict-nl-nl": "^2.0.1",
"@cspell/dict-python": "^1.0.38",
"@cspell/dict-python": "^2.0.2",
"@types/configstore": "^5.0.1",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.0.2",
Expand Down

0 comments on commit 6359145

Please sign in to comment.