forked from Udayraj123/OMRChecker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/devx upgrade packages (Udayraj123#144)
* feat: upgrade dev packages; update pre-commit config * feat: add and apply pretty-format-json; add large file hook * feat: improve devx * fix: remove traceback for exception raised from try except * feat: upgrade requirements
- Loading branch information
1 parent
d777136
commit 9147316
Showing
33 changed files
with
1,343 additions
and
466 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
-r requirements.txt | ||
pytest>=7.1.3 | ||
pytest-mock>=3.10.0 | ||
syrupy>=3.0.6 | ||
flake8>=6.0.0 | ||
freezegun>=1.2.2 | ||
pre-commit>=2.20.0 | ||
pre-commit>=3.3.3 | ||
pytest-mock>=3.11.1 | ||
pytest>=7.4.0 | ||
syrupy>=4.0.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
deepmerge>=1.0.1 | ||
deepmerge>=1.1.0 | ||
dotmap>=1.3.30 | ||
jsonschema>=4.16.0 | ||
matplotlib>=3.5.3 | ||
numpy>=1.23.2 | ||
pandas>=1.4.3 | ||
rich>=12.6.0 | ||
jsonschema>=4.17.3 | ||
matplotlib>=3.7.1 | ||
numpy>=1.25.0 | ||
pandas>=2.0.2 | ||
rich>=13.4.2 | ||
screeninfo>=0.8.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,35 @@ | ||
{ | ||
"pageDimensions": [ 299, 398 ], | ||
"bubbleDimensions": [ 42, 42 ], | ||
"fieldBlocks": { | ||
"MCQBlock1": { | ||
"fieldType": "QTYPE_MCQ5", | ||
"origin": [65, 79], | ||
"bubblesGap":43, | ||
"labelsGap": 50, | ||
"fieldLabels": ["q1..6"] | ||
} | ||
}, | ||
"preProcessors": [ | ||
{ | ||
"name": "CropPage", | ||
"options": { | ||
"morphKernel": [ 10, 10 ] | ||
} | ||
} | ||
] | ||
} | ||
{ | ||
"pageDimensions": [ | ||
299, | ||
398 | ||
], | ||
"bubbleDimensions": [ | ||
42, | ||
42 | ||
], | ||
"fieldBlocks": { | ||
"MCQBlock1": { | ||
"fieldType": "QTYPE_MCQ5", | ||
"origin": [ | ||
65, | ||
79 | ||
], | ||
"bubblesGap": 43, | ||
"labelsGap": 50, | ||
"fieldLabels": [ | ||
"q1..6" | ||
] | ||
} | ||
}, | ||
"preProcessors": [ | ||
{ | ||
"name": "CropPage", | ||
"options": { | ||
"morphKernel": [ | ||
10, | ||
10 | ||
] | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.