aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2024-01-15 23:59:57 -0500
committerMike Frysinger <vapier@gentoo.org>2024-01-15 23:59:57 -0500
commit857eaddab407db1577076a09206386bc62bfa4eb (patch)
tree3efa13282adf18d4f296b750a1fceafc6b6dfc18 /pyproject.toml
parentdrop old __BOUNDS_CHECKING_ON support (diff)
downloadpax-utils-857eaddab407db1577076a09206386bc62bfa4eb.tar.gz
pax-utils-857eaddab407db1577076a09206386bc62bfa4eb.tar.bz2
pax-utils-857eaddab407db1577076a09206386bc62bfa4eb.zip
fix various typos found w/codespell
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e633a0a..d3ae4e0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,6 +12,16 @@ line-length = 88
target-version = ["py38"]
+# https://github.com/codespell-project/codespell?tab=readme-ov-file#using-a-config-file
+[tool.codespell]
+# eles: We use variable name as short for "elements".
+# Ned: Author's name.
+ignore-words-list = "eles,ned"
+
+# Imported from glibc.
+skip = "elf.h"
+
+
# https://pycqa.github.io/isort/docs/configuration/options
[tool.isort]
py_version = "38"