Pin codespell version

This commit is contained in:
Justin Traglia
2025-01-21 17:02:07 -06:00
parent b7c4e27966
commit bd212e7692
2 changed files with 2 additions and 2 deletions

View File

@@ -578,7 +578,7 @@ setup(
python_requires=">=3.9, <4",
extras_require={
"test": ["pytest>=4.4", "pytest-cov", "pytest-xdist"],
"lint": ["flake8==5.0.4", "mypy==0.981", "pylint==3.3.1", "codespell<3.0.0,>=2.0.0"],
"lint": ["flake8==5.0.4", "mypy==0.981", "pylint==3.3.1", "codespell==2.4.0"],
"generator": ["setuptools>=72.0.0", "pytest>4.4", "python-snappy==0.7.3", "filelock", "pathos==0.3.0"],
"docs": ["mkdocs==1.4.2", "mkdocs-material==9.1.5", "mdx-truly-sane-lists==1.3", "mkdocs-awesome-pages-plugin==2.8.0"]
},

View File

@@ -1,3 +1,3 @@
# Sync tests
It re-uses the [fork choice test format](../fork_choice/README.md) to apply the test script.
It reuses the [fork choice test format](../fork_choice/README.md) to apply the test script.