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

@@ -9,8 +9,6 @@ tests the stubs with [mypy](https://github.com/python/mypy/)
stubs, guarding against accidental regressions.
- `tests/check_typeshed_structure.py` checks that typeshed's directory
structure and metadata files are correct.
- `tests/check_new_syntax.py` contains linter-like checks to ensure
that certain code conventions are followed.
- `tests/stubtest_stdlib.py` checks standard library stubs against the
objects at runtime.
- `tests/stubtest_third_party.py` checks third-party stubs against the