Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'next--merge-conflict' into generated--merge-conflict
  • Loading branch information
whoseoyster authored Jun 7, 2024
commit ca643bb402c222e2150ecb23b2d9f4db80d3f186
2 changes: 1 addition & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ show_error_codes = True
# Exclude _files.py because mypy isn't smart enough to apply
# the correct type narrowing and as this is an internal module
# it's fine to just use Pyright.
exclude = ^(src/openlayer/_files\.py|_dev/.*\.py)$
exclude = ^(src/openlayer/_files\.py|_dev/.*\.py|src/openlayer/lib/.*\.py|examples/.*\.py)$

strict_equality = True
implicit_reexport = True
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.