We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd89b0e commit 8488a63Copy full SHA for 8488a63
Makefile
@@ -4,10 +4,6 @@
4
install:
5
@poetry install --with dev -v
6
7
-# Run poetry shell
8
-shell:
9
- @poetry shell
10
-
11
# Run formatters (black, isort) with poetry
12
format:
13
@poetry run isort drf_simple_api_errors test_project
0 commit comments