check_new_syntax.py: check nested annotations (#6167)

This commit is contained in:
Akuli
2021-10-13 21:28:38 +00:00
committed by GitHub
parent f30b5ae363
commit 75ca712f3c
6 changed files with 28 additions and 24 deletions

View File

@@ -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