Skip to content

[2.6.3] - 2023-10-09

Compare
Choose a tag to compare
@david-yz-liu david-yz-liu released this 09 Oct 16:19
· 130 commits to master since this release

Bug fixes

  • Ensure pycodestyle W503, line break before binary operator, is disabled (regression from 2.6.2).
  • Fix check_contracts typings so PyCharm static checking will work
  • Fix invalid-range-index bug where valid range calls were flagged as invalid