Bump flake8-pyi to 24.4.1 (#11791)

This commit is contained in:
Alex Waygood
2024-04-19 18:07:56 +01:00
committed by GitHub
parent ade9412f85
commit 57f3dcac8d
6 changed files with 2 additions and 66 deletions

View File

@@ -34,16 +34,6 @@ jobs:
- run: uv pip install -r requirements-tests.txt --system
- run: python ./tests/check_typeshed_structure.py
new-syntax:
name: Ensure new syntax usage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: ./tests/check_new_syntax.py
pytype:
name: Run pytype against the stubs
runs-on: ubuntu-latest