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 1545d70 commit a74db95Copy full SHA for a74db95
.pre-commit-config.yaml
@@ -14,14 +14,14 @@ repos:
14
name: Code Formatting
15
entry: "make fmt"
16
types: [python]
17
- language_version: python3.6
+ language_version: python3.8
18
language: python
19
- id: code_linting
20
args: [ ]
21
name: Code Linting
22
entry: "make lint"
23
types: [ python ]
24
25
26
- repo: https://github.com/pre-commit/pre-commit-hooks
27
rev: v2.3.0
pyproject.toml
@@ -43,7 +43,7 @@ classifiers = [
43
44
requires = [
45
"Django >= 2.2",
46
- "django-ninja >= 0.17.0",
+ "django-ninja == 0.20.0",
47
"injector == 0.19.0",
48
"asgiref",
49
"contextlib2"
0 commit comments