# https://github.com/codespell-project/codespell #-*- mode: conf -*-

[codespell]
check-hidden =
check-filenames =
skip =
  build,
  .venv,
  .eggs,
  .git,
  .tox,
  .*_cache,
  htmlcov,
  */mpi4py/MPI.c,
  */mpi4py/MPI.h,
  */mpi4py/MPI_api.h,
ignore-words-list =
  assertIn,
  bootup,
  ccompiler,
  improbe,
  inout,
  nd,
