ci: fix ruff linting

This commit is contained in:
Nathaniel Landau
2023-03-11 16:27:38 -05:00
parent 000ac1a16c
commit 32a838c8e4
3 changed files with 7 additions and 4 deletions

View File

@@ -67,7 +67,7 @@ jobs:
- name: Lint with Mypy
run: poetry run mypy src/
- name: lint with ruff
run: poetry run ruff --extend-ignore=I001,D301,D401,PLR2004,PLR0913 src/
run: poetry run ruff --extend-ignore=I001,D301,D401 src/
- name: check pyproject.toml
run: poetry run poetry check