Skip to content

Commit 3167d79

Browse files
authored
chore: add explicit version for codespell
1 parent 29649a4 commit 3167d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ isort; python_version < "3.8"
44
isort==5.13.2; python_version >= "3.8"
55
pre-commit; python_version <= "3.8"
66
pre-commit==4.0.1; python_version > "3.8"
7-
codespell
7+
codespell==1.16.0
88
flake8; python_version < "3.8"
99
flake8==7.1.1; python_version >= "3.8"
1010
bandit==1.7.10; python_version <= "3.8"

0 commit comments

Comments
 (0)