[2.6.3] - 2023-10-09
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