-
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.
Fixed import issues, and got mllint to return near-perfect score (#20)
* Fixed module import * Fixed import problems and linting issues * Update gitignore to ignore all reports * Added placeholder test to be expanded later * Stop tracking mllint report * Updated dvc pipeline with proper configurations * Updated readme with new dvc and linting instructions
- Loading branch information
1 parent
44585a0
commit cfe068b
Showing
22 changed files
with
290 additions
and
573 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
rules: | ||
disabled: [] | ||
custom: [] | ||
git: | ||
maxFileSize: 10000000 | ||
code-quality: | ||
linters: | ||
- pylint | ||
- black | ||
- isort | ||
- bandit | ||
testing: | ||
report: "reports/tests-report.xml" | ||
targets: | ||
minimum: 1 | ||
ratio: | ||
tests: 1 | ||
other: 4 | ||
coverage: | ||
report: "reports/coverage-report.xml" | ||
targets: | ||
line: 80 | ||
|
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.