Skip to content

Commit dc0f60c

Browse files
authored
Added PyPDF package to mypy_path (#1036)
1 parent 579145e commit dc0f60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ exclude = [
162162
# Useful if you'd like to keep stubs in your repo, along with the config file.
163163
# Multiple paths are always separated with a : or , regardless of the platform.
164164
# User home directory and environment variables will be expanded.
165-
mypy_path = "$MYPY_CONFIG_FILE_DIR/src,$MYPY_CONFIG_FILE_DIR/packages/paper-qa-pymupdf/src"
165+
mypy_path = "$MYPY_CONFIG_FILE_DIR/src,$MYPY_CONFIG_FILE_DIR/packages/paper-qa-pypdf/src,$MYPY_CONFIG_FILE_DIR/packages/paper-qa-pymupdf/src"
166166
# Specifies the OS platform for the target program, for example darwin or win32
167167
# (meaning OS X or Windows, respectively). The default is the current platform
168168
# as revealed by Python’s sys.platform variable.

0 commit comments

Comments
 (0)