Skip to content

Commit ec64f29

Browse files
committed
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
1 parent f63594b commit ec64f29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/contributor/ptl-guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Day to Day
9999

100100
* Be available in IRC to help new and existing contributors
101101

102-
* Keep track of the progress of cycle priorites
102+
* Keep track of the progress of cycle priorities
103103

104104
* Monitor the core team membership, mentor potential cores
105105

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ commands =
5050
[testenv:pep8]
5151
deps =
5252
{[testenv]deps}
53-
codespell<2.3.0
53+
codespell
5454
yamllint
5555
allowlist_externals = bash
5656
commands =

0 commit comments

Comments
 (0)