Skip to content

Commit

Permalink
Merge pull request #4092 from jtraglia/pin-codespell
Browse files Browse the repository at this point in the history
Pin codespell version
  • Loading branch information
jtraglia authored Jan 21, 2025
2 parents b7c4e27 + bd212e7 commit e79ef81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ def run(self):
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"]
},
Expand Down
2 changes: 1 addition & 1 deletion tests/formats/sync/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit e79ef81

Please sign in to comment.