fixing error issue

Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
This commit is contained in:
ooprathamm
2023-04-04 23:07:04 +05:30
committed by GitHub
parent a40126aeff
commit 6641c8c9c9

View File

@@ -34,7 +34,7 @@ jobs:
- name: Install dependencies
run: pip install -e .[dev]
- name: Lint with ruff
run: ruff --config .github/ruff.toml check .
run: ruff check --config .github/ruff.toml .
- name: Lint with isort
run: isort --profile black --length-sort --line-width 120 --skip-glob "*_pb2.py" -c .
- name: Lint with black