Typo and fixed codespell config

This commit is contained in:
Fabien LOISON 2023-08-28 10:13:12 +02:00
parent 494a5fba72
commit b3c49cd87c
No known key found for this signature in database
GPG Key ID: FF90CA148348048E
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ def lint(session):
session.run(
"codespell",
"-L",
"ans,alph",
"ans,alph,ccompiler",
"doc/",
"scripts/",
"test/",

View File

@ -4,7 +4,7 @@ from PIL import Image
# Since Pillow v9.1.0, constants on the Image object are deprecated and will be
# removed in Pillow v10.0.0. This code ansure the compatibility with all
# removed in Pillow v10.0.0. This code ensures the compatibility with all
# versions.
# See: https://pillow.readthedocs.io/en/stable/deprecations.html#constants
Transpose = Image