Skip to content

Commit 89f0d21

Browse files
chore: exclude custom lib from linting action
1 parent 9730dc0 commit 89f0d21

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
@@ -174,7 +174,7 @@ show_error_codes = true
174174
#
175175
# We also exclude our `tests` as mypy doesn't always infer
176176
# types correctly and Pyright will still catch any type errors.
177-
exclude = ['src/openlayer/_files.py', '_dev/.*.py', 'tests/.*', 'examples/.*']
177+
exclude = ['src/openlayer/_files.py', '_dev/.*.py', 'tests/.*', 'examples/.*', 'src/openlayer/lib/.*']
178178

179179
strict_equality = true
180180
implicit_reexport = true

0 commit comments

Comments
 (0)