mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-25 13:21:11 +08:00
check_new_syntax.py: check nested annotations (#6167)
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -20,8 +20,8 @@ jobs:
|
||||
- run: pip install $(grep tomli== requirements-tests-py3.txt)
|
||||
- run: ./tests/check_consistent.py
|
||||
|
||||
pep-604:
|
||||
name: Check for PEP 604 usage
|
||||
new-syntax:
|
||||
name: Ensure new syntax usage
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user