fix: potential type mismatch in _is_ready_for_iteration() #1227
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Style Lint | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- '**.py' | |
pull_request: | |
jobs: | |
formatter: | |
name: Run black | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: psf/black@stable |