Home
last modified time | relevance | path

Searched refs:python_codespell_dict (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc-build-scripts/scripts/
H A Dformat-code.sh159 local python_codespell_dict
161 python_codespell_dict=$(python3 -c "
171 echo "$python_codespell_dict"
/openbmc/qemu/scripts/
H A Dcheckpatch.pl124 my $python_codespell_dict = << "EOF";
133 my $codespell_dict = `python3 -c "$python_codespell_dict" 2> /dev/null`;