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.
2 parents a9d5f6f + 5ba9c2f commit 0c0f86fCopy full SHA for 0c0f86f
Makefile
@@ -16,8 +16,7 @@ install:clean ## Install dependencies
16
pip install -r requirements.txt
17
flit install --symlink
18
19
-install-full: ## Install dependencies
20
- make install
+install-full:install ## Install dependencies
21
pre-commit install -f
22
23
lint:fmt ## Run code linters
requirements-tests.txt
@@ -1,6 +1,6 @@
1
django-stubs
2
mypy == 1.13.0
3
-ninja-schema>=0.13.4
+ninja-schema>=0.14.0
4
pytest
5
pytest-asyncio==0.24.0
6
pytest-cov
0 commit comments