Prepare for moving the parser into the Ruff monorepo (#40)

This commit is contained in:
Micha Reiser
2023-07-26 12:28:43 +02:00
committed by GitHub
parent 593b46be5e
commit ff7bab589e
154 changed files with 2399 additions and 3803 deletions

View File

@@ -59,7 +59,7 @@ jobs:
- name: install ruff
run: python -m pip install ruff
- name: run python lint
run: ruff --ignore=E501 ast --show-source
run: ruff --ignore=E501 ruff_python_ast --show-source
- name: spell checker
uses: streetsidesoftware/cspell-action@v2