Skip to content

Commit a74db95

Browse files
committed
Upgraded ninja==0.20.0
1 parent 1545d70 commit a74db95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ repos:
1414
name: Code Formatting
1515
entry: "make fmt"
1616
types: [python]
17-
language_version: python3.6
17+
language_version: python3.8
1818
language: python
1919
- id: code_linting
2020
args: [ ]
2121
name: Code Linting
2222
entry: "make lint"
2323
types: [ python ]
24-
language_version: python3.6
24+
language_version: python3.8
2525
language: python
2626
- repo: https://github.com/pre-commit/pre-commit-hooks
2727
rev: v2.3.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ classifiers = [
4343

4444
requires = [
4545
"Django >= 2.2",
46-
"django-ninja >= 0.17.0",
46+
"django-ninja == 0.20.0",
4747
"injector == 0.19.0",
4848
"asgiref",
4949
"contextlib2"

0 commit comments

Comments
 (0)