Skip to content

Commit 9730dc0

Browse files
chore: closes OPEN-7337 Exclude examples from linting action
1 parent cb69e2e commit 9730dc0

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/.*']
177+
exclude = ['src/openlayer/_files.py', '_dev/.*.py', 'tests/.*', 'examples/.*']
178178

179179
strict_equality = true
180180
implicit_reexport = true

0 commit comments

Comments
 (0)