codespell 2.4.0__tar.gz → 2.4.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. {codespell-2.4.0 → codespell-2.4.1}/PKG-INFO +1 -1
  2. {codespell-2.4.0 → codespell-2.4.1}/codespell.egg-info/PKG-INFO +1 -1
  3. {codespell-2.4.0 → codespell-2.4.1}/codespell_lib/_version.py +2 -2
  4. {codespell-2.4.0 → codespell-2.4.1}/codespell_lib/data/dictionary_rare.txt +0 -1
  5. {codespell-2.4.0 → codespell-2.4.1}/.devcontainer/devcontainer.json +0 -0
  6. {codespell-2.4.0 → codespell-2.4.1}/.devcontainer/post_create.sh +0 -0
  7. {codespell-2.4.0 → codespell-2.4.1}/.github/CODEOWNERS +0 -0
  8. {codespell-2.4.0 → codespell-2.4.1}/.github/dependabot.yml +0 -0
  9. {codespell-2.4.0 → codespell-2.4.1}/.github/release.yml +0 -0
  10. {codespell-2.4.0 → codespell-2.4.1}/.github/workflows/codespell-private.yml +0 -0
  11. {codespell-2.4.0 → codespell-2.4.1}/.github/workflows/codespell-windows.yml +0 -0
  12. {codespell-2.4.0 → codespell-2.4.1}/.github/workflows/codespell.yml +0 -0
  13. {codespell-2.4.0 → codespell-2.4.1}/.github/workflows/release.yml +0 -0
  14. {codespell-2.4.0 → codespell-2.4.1}/.gitignore +0 -0
  15. {codespell-2.4.0 → codespell-2.4.1}/.mailmap +0 -0
  16. {codespell-2.4.0 → codespell-2.4.1}/COPYING +0 -0
  17. {codespell-2.4.0 → codespell-2.4.1}/MANIFEST.in +0 -0
  18. {codespell-2.4.0 → codespell-2.4.1}/README.rst +0 -0
  19. {codespell-2.4.0 → codespell-2.4.1}/codespell.egg-info/SOURCES.txt +0 -0
  20. {codespell-2.4.0 → codespell-2.4.1}/codespell.egg-info/dependency_links.txt +0 -0
  21. {codespell-2.4.0 → codespell-2.4.1}/codespell.egg-info/entry_points.txt +0 -0
  22. {codespell-2.4.0 → codespell-2.4.1}/codespell.egg-info/requires.txt +0 -0
  23. {codespell-2.4.0 → codespell-2.4.1}/codespell.egg-info/top_level.txt +0 -0
  24. {codespell-2.4.0 → codespell-2.4.1}/codespell_lib/__init__.py +0 -0
  25. {codespell-2.4.0 → codespell-2.4.1}/codespell_lib/__main__.py +0 -0
  26. {codespell-2.4.0 → codespell-2.4.1}/codespell_lib/_codespell.py +0 -0
  27. {codespell-2.4.0 → codespell-2.4.1}/codespell_lib/_spellchecker.py +0 -0
  28. {codespell-2.4.0 → codespell-2.4.1}/codespell_lib/_text_util.py +0 -0
  29. {codespell-2.4.0 → codespell-2.4.1}/codespell_lib/data/__init__.py +0 -0
  30. {codespell-2.4.0 → codespell-2.4.1}/codespell_lib/data/dictionary.txt +0 -0
  31. {codespell-2.4.0 → codespell-2.4.1}/codespell_lib/data/dictionary_code.txt +0 -0
  32. {codespell-2.4.0 → codespell-2.4.1}/codespell_lib/data/dictionary_en-GB_to_en-US.txt +0 -0
  33. {codespell-2.4.0 → codespell-2.4.1}/codespell_lib/data/dictionary_informal.txt +0 -0
  34. {codespell-2.4.0 → codespell-2.4.1}/codespell_lib/data/dictionary_names.txt +0 -0
  35. {codespell-2.4.0 → codespell-2.4.1}/codespell_lib/data/dictionary_usage.txt +0 -0
  36. {codespell-2.4.0 → codespell-2.4.1}/codespell_lib/data/linux-kernel.exclude +0 -0
  37. {codespell-2.4.0 → codespell-2.4.1}/codespell_lib/py.typed +0 -0
  38. {codespell-2.4.0 → codespell-2.4.1}/codespell_lib/tests/__init__.py +0 -0
  39. {codespell-2.4.0 → codespell-2.4.1}/codespell_lib/tests/data/en_GB-additional.wordlist +0 -0
  40. {codespell-2.4.0 → codespell-2.4.1}/codespell_lib/tests/data/en_US-additional.wordlist +0 -0
  41. {codespell-2.4.0 → codespell-2.4.1}/codespell_lib/tests/test_basic.py +0 -0
  42. {codespell-2.4.0 → codespell-2.4.1}/codespell_lib/tests/test_dictionary.py +0 -0
  43. {codespell-2.4.0 → codespell-2.4.1}/pyproject.toml +0 -0
  44. {codespell-2.4.0 → codespell-2.4.1}/setup.cfg +0 -0
  45. {codespell-2.4.0 → codespell-2.4.1}/tox.ini +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: codespell
3
- Version: 2.4.0
3
+ Version: 2.4.1
4
4
  Summary: Fix common misspellings in text files
5
5
  Author-email: Lucas De Marchi <lucas.de.marchi@gmail.com>
6
6
  License: GPL-2.0-only
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: codespell
3
- Version: 2.4.0
3
+ Version: 2.4.1
4
4
  Summary: Fix common misspellings in text files
5
5
  Author-email: Lucas De Marchi <lucas.de.marchi@gmail.com>
6
6
  License: GPL-2.0-only
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '2.4.0'
16
- __version_tuple__ = version_tuple = (2, 4, 0)
15
+ __version__ = version = '2.4.1'
16
+ __version_tuple__ = version_tuple = (2, 4, 1)
@@ -127,7 +127,6 @@ habitants->inhabitants
127
127
  hart->heart, harm,
128
128
  heighth->height, eight, eighth,
129
129
  heighths->heights, eights, eighths,
130
- hep->heap, help,
131
130
  heterogenous->heterogeneous
132
131
  hided->hidden, hid,
133
132
  hims->his, hymns,
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes