diff options
Diffstat (limited to 'tools/lint/spell/codespell_requirements.txt')
-rw-r--r-- | tools/lint/spell/codespell_requirements.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/lint/spell/codespell_requirements.txt b/tools/lint/spell/codespell_requirements.txt new file mode 100644 index 0000000000..b360e3cfa8 --- /dev/null +++ b/tools/lint/spell/codespell_requirements.txt @@ -0,0 +1,10 @@ +# +# This file is autogenerated by pip-compile with python 3.10 +# To update, run: +# +# pip-compile --generate-hashes tools/lint/spell/codespell_requirements.in +# +codespell==2.2.2 \ + --hash=sha256:87dfcd9bdc9b3cb8b067b37f0af22044d7a84e28174adfc8eaa203056b7f9ecc \ + --hash=sha256:c4d00c02b5a2a55661f00d5b4b3b5a710fa803ced9a9d7e45438268b099c319c + # via -r tools/lint/spell/codespell_requirements.in |