pre-commit: Fix codespell regexp related error
This fixes the execution of make check
for swh-storage
.
16:25 $ make check
pre-commit run --all-files
Trim Trailing Whitespace.................................................Passed
Check JSON...............................................................Passed
Check Yaml...............................................................Passed
flake8...................................................................Passed
codespell................................................................Failed
- hook id: codespell
- exit code: 1
swh/storage/migrate_extrinsic_metadata.py:129: gae ==> game, gael, gale
mypy.....................................................................Passed
check-bumped-dbversion...................................................Passed
isort....................................................................Passed
black....................................................................Passed
make: *** [../Makefile.python:28: check] Error 1
Migrated from D4368 (view on Phabricator)