Skip to content

Commit

Permalink
Remove github group
Browse files Browse the repository at this point in the history
  • Loading branch information
nikdoof committed Dec 22, 2023
1 parent 78fd92f commit 0dca8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.venv:
python3 -m pip install poetry
python3 -m poetry install --with test,github
python3 -m poetry install --with test

lint: .venv
python3 -m poetry run ruff --output-format=github --select=E9,F63,F7,F82 --target-version=py37 .
Expand Down

0 comments on commit 0dca8ee

Please sign in to comment.