Fix codespell on master

codespell, now part of pep8, was failing on master. Also remove
the codespell version pin in tox.ini as it is no longer required.

Change-Id: I309e558a445c0a96f16fd002b8ca232d94620b5a
This commit is contained in:
Michael Still 2024-05-25 19:50:03 +10:00
parent f63594bdc1
commit ec64f299bf
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ Day to Day
* Be available in IRC to help new and existing contributors
* Keep track of the progress of cycle priorites
* Keep track of the progress of cycle priorities
* Monitor the core team membership, mentor potential cores

View File

@ -50,7 +50,7 @@ commands =
[testenv:pep8]
deps =
{[testenv]deps}
codespell<2.3.0
codespell
yamllint
allowlist_externals = bash
commands =